ReaDark - Reading & Dark Mode

ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both.

什么是ReaDark - Reading & Dark Mode?

ReaDark - Reading & Dark Mode是由https://onursert.com开发的Chrome扩展程序,该扩展的主要功能是“ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both.”。

扩展截图

screenshot

下载ReaDark - Reading & Dark Mode扩展crx文件

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

扩展使用说明

                        It's 100% ad-free.
ReaDark - Reading & Dark Mode is a fast, lite, simple and open source add-on that automatically turns the colors of your browser content to warmer or darker. (github.com/onursert/readark)
The add-on consists of a small screen that allows you to control those preferences. The first switch called "Reading Mode" and provides you to turn the colors of your browser content to warmer. Second switch called "Dark (Night) Mode" and provides you to change the colors of your browser content to darker.
Turning on reading mode protect your eyes from reading for hours. Hence you can easily continue to read EPUBs or e-books much longer. Turning on dark mode protects your eyes from bright colors. Social networks, mainstream sites, and all other new tabs will be in dark mode with ReaDark. No needs to open every website settings one by one - just one add-on makes every website in dark mode.
Chrome Browser policies restrict ReaDark to work on the Chrome Web Store and Home Page.                    

扩展基本信息

名称 ReaDark - Reading & Dark Mode ReaDark - Reading & Dark Mode
ID jncmnckpeiiencchkldgodbckocgnnkk
官方URL https://chromewebstore.google.com/detail/readark-reading-dark-mode/jncmnckpeiiencchkldgodbckocgnnkk
简介 ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both.
文件大小 19.13 KB
安装次数 759
当前版本 1.5
更新时间 2022-06-21
上架时间 2020-06-12
评分 4.00/5 共11次评分
开发者 https://onursert.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://onursert.com/
帮助页面URL https://onursert.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReaDark - Reading & Dark Mode",
    "short_name": "ReaDark",
    "description": "ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both.",
    "version": "1.5",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "check.js"
            ]
        }
    ],
    "action": {
        "default_title": "Reading & Dark Mode",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}