Darkipedia Dark Mode for Wikipedia
Make your Wikipedia pages dark and easy on the eyes.
什么是Darkipedia Dark Mode for Wikipedia?
Darkipedia Dark Mode for Wikipedia是由Yiğitsr开发的Chrome扩展程序,该扩展的主要功能是“Make your Wikipedia pages dark and easy on the eyes.”。
扩展截图
下载Darkipedia Dark Mode for Wikipedia扩展crx文件
下载Darkipedia Dark Mode for Wikipedia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* Dark mode for wikipedia * Easy on the eyes * Gray-blue dark theme What's new in v0.3 * Added border-radius to boxes and images * Changed some colors for better readability * Changed texts to justify aligned
扩展基本信息
名称 | Darkipedia Dark Mode for Wikipedia |
ID | ghgfpngolhhooggknfobjnjojdpedpag |
官方URL | https://chromewebstore.google.com/detail/darkipedia-dark-mode-for/ghgfpngolhhooggknfobjnjojdpedpag |
简介 | Make your Wikipedia pages dark and easy on the eyes. |
文件大小 | 2.08 MB |
安装次数 | 166 |
当前版本 | 0.3 |
更新时间 | 2024-01-28 |
上架时间 | 2022-03-10 |
评分 | 5.00/5 共4次评分 |
开发者 | Yiğitsr |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Darkipedia Dark Mode for Wikipedia", "version": "0.3", "description": "Make your Wikipedia pages dark and easy on the eyes.", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "18": "icons\/icon18.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/*", "https:\/\/*.wikimedia.org\/*", "https:\/\/*.wiktionary.org\/*", "https:\/\/*.wikibooks.org\/*", "https:\/\/*.wikiquote.org\/*", "https:\/\/*.wikisource.org\/*", "https:\/\/*.wikiversity.org\/*", "https:\/\/*.wikinews.org\/*", "https:\/\/*.wikivoyage.org\/*", "https:\/\/*.wikispecies.org\/*" ], "css": [ "css\/darkipedia.css" ] } ] } |