Hacker News Rank
Chrome extension that shows how many times a page was upvoted on Hacker News
What is Hacker News Rank?
Hacker News Rank is a Chrome extension developed by https://www.jitbit.com, and its main feature is "Chrome extension that shows how many times a page was upvoted on Hacker News".
Extension Screenshots
Download Hacker News Rank Extension CRX File
Download Hacker News Rank extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to quickly see, if the current URL you're visiting has ever been submitted to HackerNews. If it was - you see the number of upvotes and can quickly go and read the comments by clicking the icon. Which, we think, is the most valuable feature, since the comments at HN are at times more thoughtful and interesting than the actual content. If the current page has NOT been submitted to hackernews, you can do that by clicking the very same extension icon. Created by JitBit (https://www.jitbit.com/) and Artiom Dashinsky (http://dashinsky.com/).
Extension Basic Information
Name | Hacker News Rank |
ID | hidhfijjhnnajlkikijcnmpgamfjocdh |
Official URL | https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh |
Description | Chrome extension that shows how many times a page was upvoted on Hacker News |
File Size | 12.7 KB |
Installation Count | 48 |
Current Version | 2.6 |
Last Updated | 2023-08-27 |
Publish Date | 2019-10-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.jitbit.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.jitbit.com/hacker-news-rank/ |
Help Page URL | https://www.jitbit.com/hacker-news-rank/ |
Privacy Policy Page URL | https://www.jitbit.com/hacker-news-rank/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Rank", "version": "2.6", "author": "Jitbit", "action": { "default_icon": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" } }, "icons": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/hn.algolia.com\/" ], "background": { "service_worker": "background.js" }, "description": "Chrome extension that shows how many times a page was upvoted on Hacker News" } |