Dark Hacker News
Dark Mode For Hacker News
Dark Hacker Newsとは何ですか?
Dark Hacker NewsはMatthew Wilkinsonによって開発されたChromeの拡張機能で、その主な機能は「Dark Mode For Hacker News」です。
拡張機能のスクリーンショット
Dark Hacker News拡張機能のCRXファイルをダウンロード
Dark Hacker News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A basic dark theme for Hacker News. If you have any desires you can put an issues at the repo. https://github.com/AirsickLowlander/DarkHacker Any improvements are also welcome. Let me know what you think :)
拡張機能の基本情報
名前 | Dark Hacker News |
ID | ibhckhmgbfnlagdgpheomkaegpnimnhj |
公式URL | https://chromewebstore.google.com/detail/dark-hacker-news/ibhckhmgbfnlagdgpheomkaegpnimnhj |
説明 | Dark Mode For Hacker News |
ファイルサイズ | 7.83 KB |
インストール数 | 401 |
現在のバージョン | 0.1.3 |
最終更新日 | 2022-10-01 |
公開日 | 2019-01-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Matthew Wilkinson |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ScFix/DarkHacker |
ヘルプページのURL | https://github.com/ScFix/DarkHacker/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Hacker News", "version": "0.1.3", "description": "Dark Mode For Hacker News", "permissions": [ "https:\/\/news.ycombinator.com\/*" ], "action": { "default_icon": { "16": "images\/Dh16.png", "32": "images\/Dh32.png", "48": "images\/Dh48.png", "128": "images\/Dh128.png" } }, "icons": { "16": "images\/Dh16.png", "32": "images\/Dh32.png", "48": "images\/Dh48.png", "128": "images\/Dh128.png" }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "css": [ "DarkHacker.css" ] } ], "manifest_version": 3 } |