Hacker News Highlighter
Improve Hacker News by highlighting new or updated posts.
What is Hacker News Highlighter?
Hacker News Highlighter is a Chrome extension developed by Kenchi, and its main feature is "Improve Hacker News by highlighting new or updated posts.".
Extension Screenshots
Download Hacker News Highlighter Extension CRX File
Download Hacker News Highlighter 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
Extension Basic Information
Name | Hacker News Highlighter |
ID | lodgohiooagialakkkgncicmjenljenh |
Official URL | https://chromewebstore.google.com/detail/hacker-news-highlighter/lodgohiooagialakkkgncicmjenljenh |
Description | Improve Hacker News by highlighting new or updated posts. |
File Size | 320 KB |
Installation Count | 34 |
Current Version | 0.2.3 |
Last Updated | 2013-06-08 |
Publish Date | 2013-06-08 |
Developer | Kenchi |
[email protected] | |
Payment Type | free |
Extension Website | http://mschade.me/ |
Help Page URL | https://github.com/michaelschade/hn-highlighter |
Privacy Policy Page URL | https://kenchi.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hacker News Highlighter", "version": "0.2.3", "manifest_version": 2, "description": "Improve Hacker News by highlighting new or updated posts.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/news.ycombinator.com\/*" ], "js": [ "src\/highlighter.user.js" ] } ] } |