HackerNews Theme
Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain
What is HackerNews Theme?
HackerNews Theme is a Chrome extension developed by jiten, and its main feature is "Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain".
Extension Screenshots
Download HackerNews Theme Extension CRX File
Download HackerNews Theme 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
Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain
Extension Basic Information
Name | HackerNews Theme |
ID | ngjchhmppjcijklbnigfhhjdajkpjhil |
Official URL | https://chromewebstore.google.com/detail/hackernews-theme/ngjchhmppjcijklbnigfhhjdajkpjhil |
Description | Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain |
File Size | 41.28 KB |
Installation Count | 11 |
Current Version | 0.0.4 |
Last Updated | 2016-10-09 |
Publish Date | 2016-10-09 |
Rating | 3.00/5 Total 4 Ratings |
Developer | jiten |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "name": "HackerNews Theme", "version": "0.0.4", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.news.ycombinator.com\/*" ], "css": [ "theme.css" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.news.ycombinator.com\/*" ], "js": [ "jquery.js", "content.js" ] } ] } |