Wikipedia Solarized Dark Theme
A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain. This extension is free and open…
什么是Wikipedia Solarized Dark Theme?
Wikipedia Solarized Dark Theme是由leon-do开发的Chrome扩展程序,该扩展的主要功能是“A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain. This extension is free and open…”。
扩展截图
下载Wikipedia Solarized Dark Theme扩展crx文件
下载Wikipedia Solarized Dark Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain.
This extension is free and open sourced.
Like the extension? Buy me a coffee
https://www.buymeacoffee.com/uVXjMQr 扩展基本信息
| 名称 | |
| ID | dlfagppacjgafgbigaamdjjnhfkhagip |
| 官方URL | https://chromewebstore.google.com/detail/wikipedia-solarized-dark/dlfagppacjgafgbigaamdjjnhfkhagip |
| 简介 | A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain. This extension is free and open… |
| 文件大小 | 34.65 KB |
| 安装次数 | 589 |
| 当前版本 | 1.2 |
| 更新时间 | 2021-05-31 |
| 上架时间 | 2019-11-26 |
| 评分 | 4.14/5 共7次评分 |
| 开发者 | leon-do |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/leon-do/wikipedia-solarized-dark-theme-chrome-extension |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Wikipedia Solarized Dark Theme",
"version": "1.2",
"icons": {
"16": "icons\/icon16.png",
"18": "icons\/icon18.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.wikipedia.org\/*"
],
"css": [
"css\/root.css",
"css\/wikipedia.css"
]
}
]
} | |