Hacker News Browser
Browse Hacker News stories from any webpage.
What is Hacker News Browser?
Hacker News Browser is a Chrome extension developed by https://vijaygupta.work, and its main feature is "Browse Hacker News stories from any webpage.".
Extension Screenshots
Download Hacker News Browser Extension CRX File
Download Hacker News Browser 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
Hacker News Browser is a fast and beautiful way to browse Hacker News Stories from any website. * Browse Top Stories from last 24 hrs. * Save your favourite story directly into your Pocket account. * Tweet directly from the extension. * Search for specific topic.
Extension Basic Information
Name | Hacker News Browser |
ID | bobajmolpbfffmkdmhlnnhhokeeegbjd |
Official URL | https://chromewebstore.google.com/detail/hacker-news-browser/bobajmolpbfffmkdmhlnnhhokeeegbjd |
Description | Browse Hacker News stories from any webpage. |
File Size | 126 KB |
Installation Count | 174 |
Current Version | 1.1.2 |
Last Updated | 2019-09-14 |
Publish Date | 2019-09-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://vijaygupta.work |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News Browser", "version": "1.1.2", "description": "Browse Hacker News stories from any webpage.", "author": "Vijay Gupta (@ivijaygupta)", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "img\/icons\/icon-16.png", "48": "img\/icons\/icon-48.png", "128": "img\/icons\/icon-128.png" } } |