A Chrome extension that adds the post date(how long ago), the number of comments and the number of upvotes to Reddit links in Google search results.
Chrome Web Store: https://chrome.google.com/webstore/detail/reddit-search-helper/laladmlmbneplheiajfdpcephiehoifh
Locally:
- Open the Extension Management page by navigating to chrome://extensions.
- The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the extension directory.
- 1.0.0
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request