Easy Screen Shader

Tint Chrome with a soothing hue to ease eye strain and fatigue.

什么是Easy Screen Shader?

Easy Screen Shader是由https://smalldatatools.com开发的Chrome扩展程序,该扩展的主要功能是“Tint Chrome with a soothing hue to ease eye strain and fatigue.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Easy Screen Shader扩展crx文件

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

扩展使用说明

                        Looking for a way to protect your eyes from the harmful effects of blue light when using your computer at night? Check out this extension - a lightweight and user-friendly tool that can easily adjust your screen color to match the surroundings.

The extension helps reduce eye strain by putting a custom color overlay over web contents. It's a great way to avoid the excessive blue light emitted by computer screen particularly in low-light conditions.

The tool is very easy to set up. The options page lets you customize color value in the format of RGBA to suit your preferences. An ON/OFF switch lets you easily enable or disable the overlay feature. Once enabled, color overlay  will be put to all Chrome tabs based on the color you've set. You are free to disable overlay feature anytime.  

If you experience any issues or bugs, simply head over to our tool's homepage (https://www.smallcolortools.com) and fill out the bug report form.                    

扩展基本信息

名称 Easy Screen Shader Easy Screen Shader
ID nkdpmojgpoofbaphakmefjfpnlhobhfj
官方URL https://chromewebstore.google.com/detail/easy-screen-shader/nkdpmojgpoofbaphakmefjfpnlhobhfj
简介 Tint Chrome with a soothing hue to ease eye strain and fatigue.
文件大小 52.72 KB
安装次数 474
当前版本 0.1.2
更新时间 2024-01-17
上架时间 2023-04-17
开发者 https://smalldatatools.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.smalldatatools.com
帮助页面URL https://www.smalldatatools.com/contact-us.php
隐私政策页面URL https://www.smalldatatools.com/privacy-policy.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Screen Shader",
    "description": "Tint Chrome with a soothing hue to ease eye strain and fatigue.",
    "version": "0.1.2",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "setting.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "\/js\/pagecolor.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}