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 |
电子邮箱 | [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 } |