Wikipedia: Dark Mode
Now read your favorite articles on Wikipedia in Dark Mode.
什么是Wikipedia: Dark Mode?
Wikipedia: Dark Mode是由rvkantpujari开发的Chrome扩展程序,该扩展的主要功能是“Now read your favorite articles on Wikipedia in Dark Mode.”。
扩展截图
下载Wikipedia: Dark Mode扩展crx文件
下载Wikipedia: Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you are a night owl and you want to read your articles without any kind of eye strain then this is the best chrome extension for you. 🚀
We present you an extension which will allow you to read your Wikipedia articles in Dark Mode. 💻
Now, read your favorite Wiki articles hassle-free. 👩🏻💻👨🏻💻
What's new?
🆕 Dark mode for mathematical equations.
NOTE: This chrome extension is 🆓🆓🆓!!! 扩展基本信息
| 名称 | |
| ID | icabgmaddjoonjencojmejcfngffikce |
| 官方URL | https://chromewebstore.google.com/detail/wikipedia-dark-mode/icabgmaddjoonjencojmejcfngffikce |
| 简介 | Now read your favorite articles on Wikipedia in Dark Mode. |
| 文件大小 | 8.52 KB |
| 安装次数 | 4,981 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2021-09-22 |
| 上架时间 | 2020-12-08 |
| 评分 | 3.52/5 共23次评分 |
| 开发者 | rvkantpujari |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Wikipedia: Dark Mode",
"description": "Now read your favorite articles on Wikipedia in Dark Mode.",
"version": "1.0.3",
"content_scripts": [
{
"matches": [
"https:\/\/*.wikipedia.org\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "images\/darkMode16.png",
"32": "images\/darkMode32.png",
"48": "images\/darkMode48.png",
"128": "images\/darkMode128.png"
}
} | |