Hacker News Toolbar
A toolbar for Hacker News, like the Reddit Toolbar
What is Hacker News Toolbar?
Hacker News Toolbar is a Chrome extension developed by Habosa Apps, and its main feature is "A toolbar for Hacker News, like the Reddit Toolbar".
Extension Screenshots
Download Hacker News Toolbar Extension CRX File
Download Hacker News Toolbar 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
Similar to the Reddit Toolbar, but for Hacker News. Allows you to see comments alongside page content.
Extension Basic Information
Name | Hacker News Toolbar |
ID | klgjkppmmjmbfpgamidepddkjmdagobn |
Official URL | https://chromewebstore.google.com/detail/hacker-news-toolbar/klgjkppmmjmbfpgamidepddkjmdagobn |
Description | A toolbar for Hacker News, like the Reddit Toolbar |
File Size | 47.91 KB |
Installation Count | 44 |
Current Version | 1.0.2 |
Last Updated | 2012-09-29 |
Publish Date | 2012-09-29 |
Developer | Habosa Apps |
Payment Type | free |
Extension Website | http://samuelstern.wordpress.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hacker News Toolbar", "version": "1.0.2", "manifest_version": 2, "description": "A toolbar for Hacker News, like the Reddit Toolbar", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/", "http:\/\/news.ycombinator.com\/x*", "http:\/\/news.ycombinator.com\/news" ], "css": [], "js": [ "jquery.js", "hntoolbar.js" ] } ] } |