Extension to let users rate webpages by usefulness. View user ratings on each link on a page or in a Search Engine Results Page.There is a lot of good advice and a lot of bad advice on the Internet. The problem with search engines is that they rank webpages in order according to keywords, links to a page and how long of a time a user visits a page. But often times a webpage with bad advice may have a really long article but the user does not know that the information is not useful until they are done reading it.
Many webpages do not have rating systems or comments so a user cannot state that the link contained bad advice. Webpage Rater lets users rate webpages according to usefulness. As less users start clicking on the web pages with bad ratings, those pages will start to move to the bottom of the search results saving users valuable time.
VERSIONS:
7/29/2015 - Version 1.1.1 - ?your_votes=1 : Sorting by "Up", "Down", "Difference" was not working because content.js was using onclick="your_votes("up_votes"); instead of addEventListener("click", function() { show_your_votes("up_votes"); }, false);
Also changed function your_votes() to function show_your_votes()
7/28/2015 - Version 1.1 - Forgot to include new_icon48.png