Dark Mode Global

Invert light-themed web pages into dark to reduce eyestrain

什么是Dark Mode Global?

Dark Mode Global是由joue.quroi开发的Chrome扩展程序,该扩展的主要功能是“Invert light-themed web pages into dark to reduce eyestrain”。

扩展截图

screenshot

下载Dark Mode Global扩展crx文件

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

扩展使用说明

                        This extension blackens white-themed webpages automatically using CSS rules. The idea is to reduce eyestrain while reading documents hence the toolbar button is like a switch to turn dark theme on and off. The user can add one or several pages to the blacklist to prevent automatic conversion when the extension is enabled.

This extension supports custom styling for the dark mode to fix possible glitches while automatically converting a page.

In comparison to the other dark mode extensions, this one has a built-in method to apply the dark theme only to web pages that use a light background color. So if for instance, you visit a web page that has a default black theme, then the extension will not apply the dark theme at all!                    

扩展基本信息

名称 Dark Mode Global Dark Mode Global
ID ngfbfmhhkpknjodmiklpkipnlmolabee
官方URL https://chromewebstore.google.com/detail/dark-mode-global/ngfbfmhhkpknjodmiklpkipnlmolabee
简介 Invert light-themed web pages into dark to reduce eyestrain
文件大小 27.19 KB
安装次数 1,089
当前版本 0.1.0
更新时间 2018-02-07
上架时间 2018-02-07
评分 4.20/5 共15次评分
开发者 joue.quroi
电子邮箱 [email protected]
付费类型 free
扩展官网 http://add0n.com/dark-mode-global.html
帮助页面URL http://add0n.com/dark-mode-global.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.0",
    "name": "Dark Mode Global",
    "description": "Invert light-themed web pages into dark to reduce eyestrain",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "webNavigation",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "homepage_url": "http:\/\/add0n.com\/dark-mode-global.html",
    "browser_action": {
        "icons": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png",
            "128": "data\/icons\/128.png",
            "256": "data\/icons\/256.png"
        }
    },
    "background": {
        "scripts": [
            "webext.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}