Hacker News Popup
Shows how popular the article you're reading on Hacker News is
What is Hacker News Popup?
Hacker News Popup is a Chrome extension developed by hnpopup, and its main feature is "Shows how popular the article you're reading on Hacker News is".
Extension Screenshots
Download Hacker News Popup Extension CRX File
Download Hacker News Popup 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
The badge shows the point the article got on Hacker News. Click the badge to open a popup that shows comments on Hacker News. You can also submit an article to Hacker News via the link in the popup if you want to share it with people.
Extension Basic Information
Name | Hacker News Popup |
ID | decfpoogjcefcgolalhpigfcofidngjk |
Official URL | https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk |
Description | Shows how popular the article you're reading on Hacker News is |
File Size | 51.61 KB |
Installation Count | 19 |
Current Version | 0.5 |
Last Updated | 2022-10-29 |
Publish Date | 2019-06-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | hnpopup |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/doublemarket/hnpopup |
Help Page URL | https://github.com/doublemarket/hnpopup/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Popup", "short_name": "hnpopup", "version": "0.5", "description": "Shows how popular the article you're reading on Hacker News is", "icons": { "128": "icon.png" }, "homepage_url": "https:\/\/github.com\/doublemarket\/hnpopup", "offline_enabled": false, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "activeTab", "storage" ] } |