SortedStackPlugin
Description
A Google Chrome and Firefox extension that supplements stackoverflow.com by marking the highest voted answer by the community with a unique icon, as well as moving this answer to the first place position in the list.
Normally the person asking the question can select a single answer as accepted, and this acceptted answer will always be the first answer listed even if it doesn't have the most amount of votes. Often times other answers arise that were too late to the game or the asker didn't like. This extension always places the answers in sorted order by the number of votes the answer received, no matter if the asker selected an answer as accepted or not.
Install
Chrome: Download
Firefox: Download
Building From Source
Chrome
- Download all the files in the chrome directory.
- Open chrome://extensions/
- Click on "Load unpacked extension...".
- Navigate to the directory containing all the downloaded files.
- Make sure the "Enabled" box is checked.
- You're all set to go!
Firefox
- Download all the files in the firefox directory.
- Install jpm using npm (or through any other means of installation).
- To run the extension, navigate to the directory with the files and run the command 'jpm run'.
- To build the xpi file for installation run the command 'jpm xpi'.
Icons made by Freepik from www.flaticon.com.