Wikipedia Dark Mode

View the Wikipedia website with a dark color scheme instead of the default light scheme.

什么是Wikipedia Dark Mode?

Wikipedia Dark Mode是由Dirk Lach开发的Chrome扩展程序,该扩展的主要功能是“View the Wikipedia website with a dark color scheme instead of the default light scheme.”。

扩展截图

screenshot

下载Wikipedia Dark Mode扩展crx文件

下载Wikipedia Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is useful for users who prefer a darker aesthetic, or for those who find the dark mode easier on the eyes when reading for extended periods of time. The plugin can be easily installed from the Chrome Web Store and activated with the click of a button. Once enabled, the Wikipedia website will automatically switch to a dark color scheme, providing a more immersive and comfortable reading experience.                    

扩展基本信息

名称 Wikipedia Dark Mode Wikipedia Dark Mode
ID jallfikmipepigfdkhpcpbpdeoindjme
官方URL https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme
简介 View the Wikipedia website with a dark color scheme instead of the default light scheme.
文件大小 83.39 KB
安装次数 327
当前版本 0.1.2
更新时间 2022-12-08
上架时间 2022-12-06
评分 4.00/5 共3次评分
开发者 Dirk Lach
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.dirklach.com/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wikipedia Dark Mode",
    "version": "0.1.2",
    "description": "View the Wikipedia website with a dark color scheme instead of the default light scheme.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ]
        }
    ]
}