Care your Eyes

Change the page's background color to the reseda or night mode and you can click a block to make it changing color.

什么是Care your Eyes?

Care your Eyes是由neverdie2023开发的Chrome扩展程序,该扩展的主要功能是“Change the page's background color to the reseda or night mode and you can click a block to make it changing color.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Care your Eyes扩展crx文件

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

扩展使用说明

                        Change a webpage's background color to reseda or night mode to protect your eyes from intensity of white or other lightness color.

You can custom the setting of which webpage element's background image and font color by yourself.

You can right click to change some block's color, and you can disabled or enabled the function by context menu.

You can custom the BG color and the font color by yourself

You can disable the extension in all the webpages of one site                    

扩展基本信息

名称 Care your Eyes Care your Eyes
ID fidmpnedniahpnkeomejhnepmbdamlhl
官方URL https://chrome.google.com/webstore/detail/care-your-eyes/fidmpnedniahpnkeomejhnepmbdamlhl
简介 Change the page's background color to the reseda or night mode and you can click a block to make it changing color.
文件大小 291 KB
安装次数 148,305
当前版本 7.1.17
更新时间 2023-05-13
上架时间 2020-04-22
评分 4.31/5 共1430次评分
开发者 neverdie2023
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/random-number-extension/home
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "7.1.17",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "http:\/\/tjs.sjs.sinajs.cn\/",
        "notifications",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/glasses16.png",
        "48": "images\/glasses48.png",
        "128": "images\/glasses128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/glasses32.png",
            "38": "images\/glasses32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/night-mode.css"
            ],
            "js": [
                "js\/inject0.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}