Night Shift. Eye Protection Mode

Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused

Night Shift. Eye Protection Mode क्या है?

Night Shift. Eye Protection Mode filipossler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused"।

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

screenshot
screenshot
screenshot

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

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

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

                        Change the color of a page you browse to protect your eyes and make surfing easy and comfortable. You can set temperature of a page yourself in warm-to-cold range by moving the slider. As easy as it can be. Chose custom color temperature that suits you personally. 

Protect your eyes from tiredness and save your vision. The Night Shift is extremely useful tool for those who spend much time surfing Internet or reading from PC. Take care of your health and use Night Shift to release stress from your eyes and nervous system.

Think ahead and protect your eyes before it's too late.                    

एक्सटेंशन की मूल जानकारी

नाम Night Shift. Eye Protection Mode Night Shift. Eye Protection Mode
ID fddfjikkeahcbcimofjdocdjonmplkjl
आधिकारिक URL https://chromewebstore.google.com/detail/night-shift-eye-protectio/fddfjikkeahcbcimofjdocdjonmplkjl
विवरण Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused
फ़ाइल का आकार 40.05 KB
स्थापना संख्या 379
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-07-12
प्रकाशन तिथि 2022-09-12
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर filipossler
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/nightshift-protection
समर्थित भाषाएँ id,ms,de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-PT,sv,cs,el,ru,uk,iw,fa,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.2",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    }
}