Easy Screen Shader

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

Easy Screen Shader क्या है?

Easy Screen Shader https://smalldatatools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tint Chrome with a soothing hue to ease eye strain and fatigue."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Screen Shader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}