Hacker News Dark Theme
A non-invaise dark theme for Hacker News.
Hacker News Dark Themeとは何ですか?
Hacker News Dark Themeはazerellaによって開発されたChromeの拡張機能で、その主な機能は「A non-invaise dark theme for Hacker News.」です。
拡張機能のスクリーンショット
Hacker News Dark Theme拡張機能のCRXファイルをダウンロード
Hacker News Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an opinionated dark theme for Hacker News to act as a temporary replacement until the site implements its own theme.
拡張機能の基本情報
名前 | |
ID | ndeojhdifgncfggdoocajmceelcnmkgh |
公式URL | https://chrome.google.com/webstore/detail/hacker-news-dark-theme/ndeojhdifgncfggdoocajmceelcnmkgh |
説明 | A non-invaise dark theme for Hacker News. |
ファイルサイズ | 13.91 KB |
インストール数 | 127 |
現在のバージョン | 0.1.0 |
最終更新日 | 2020-05-16 |
公開日 | 2020-05-16 |
開発者 | azerella |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/adamzerella/ext-hn-darkmode |
ヘルプページのURL | https://github.com/adamzerella/ext-hn-darkmode/issues |
プライバシーポリシーページのURL | https://github.com/azerella/ext-ambient-darkmode |
対応言語 | 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" } } |