Hacker News +
Stylish Hacker News.
What is Hacker News +?
Hacker News + is a Chrome extension developed by Jarques, and its main feature is "Stylish Hacker News.".
Extension Screenshots
Download Hacker News + Extension CRX File
Download Hacker News + 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
With the recent changes to Google's applications, I thought it'd be nice to get Hacker News to fit in nicely. Any questions / comments contact me on Twitter: @jarques Update in v2.0: * Update to manifest v3 * Dark mode switcher * Remove hot key support * Improved commenting layouts
Extension Basic Information
Name | Hacker News + |
ID | oieefcckcbbgniifdhhialgkmghahjgl |
Official URL | https://chromewebstore.google.com/detail/hacker-news-+/oieefcckcbbgniifdhhialgkmghahjgl |
Description | Stylish Hacker News. |
File Size | 456 KB |
Installation Count | 191 |
Current Version | 2.0 |
Last Updated | 2023-05-28 |
Publish Date | 2013-08-02 |
Rating | 4.38/5 Total 26 Ratings |
Developer | Jarques |
[email protected] | |
Payment Type | free |
Extension Website | http://jarqu.es/dev/HN+/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News +", "version": "2.0", "description": "Stylish Hacker News.", "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "js\/hn.js" ], "matches": [ "https:\/\/news.ycombinator.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "\/fonts\/*.ttf" ], "matches": [ "https:\/\/news.ycombinator.com\/*" ] } ], "permissions": [ "storage" ] } |