Hacker News Dark Theme
A non-invaise dark theme for Hacker News.
What is Hacker News Dark Theme?
Hacker News Dark Theme is a Chrome extension developed by azerella, and its main feature is "A non-invaise dark theme for Hacker News.".
Extension Screenshots
Download Hacker News Dark Theme Extension CRX File
Download Hacker News Dark 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
This is an opinionated dark theme for Hacker News to act as a temporary replacement until the site implements its own theme.
Extension Basic Information
Name | |
ID | ndeojhdifgncfggdoocajmceelcnmkgh |
Official URL | https://chrome.google.com/webstore/detail/hacker-news-dark-theme/ndeojhdifgncfggdoocajmceelcnmkgh |
Description | A non-invaise dark theme for Hacker News. |
File Size | 13.91 KB |
Installation Count | 127 |
Current Version | 0.1.0 |
Last Updated | 2020-05-16 |
Publish Date | 2020-05-16 |
Developer | azerella |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/adamzerella/ext-hn-darkmode |
Help Page URL | https://github.com/adamzerella/ext-hn-darkmode/issues |
Privacy Policy Page URL | https://github.com/azerella/ext-ambient-darkmode |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News Dark Theme", "short_name": "hndt", "author": "Adam Zerella", "homepage_url": "https:\/\/github.com\/adamzerella\/ext-hn-darkmode", "version": "0.1.0", "description": "A non-invaise dark theme for Hacker News.", "permissions": [ "https:\/\/news.ycombinator.com\/" ], "background": { "scripts": [ "extension.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" }, "default_title": "Hacker News Dark Theme" }, "web_accessible_resources": [ "extension.js" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon64.png", "128": "icons\/icon128.png" } } |