Eye Protection

Care your eyes.

Eye Protection क्या है?

Eye Protection robusttheworld द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Care your eyes."।

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

screenshot
screenshot
screenshot

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

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

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

                        👀 Eye Protection is a very small and powerful extension. 

👀 It colors the whole web page with eye-protection color with only one click.

👀 You can pick a custom eye-protection background color. 

👀 Custom shortcut is supported!

👀 Choose popup mode or one-click mode for the action button.

👀 Eye charts give you the best eye care, you can take a vision test here.                    

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

नाम Eye Protection Eye Protection
ID miegdcmhfnpofmbiagbonbbebkojaged
आधिकारिक URL https://chromewebstore.google.com/detail/eye-protection/miegdcmhfnpofmbiagbonbbebkojaged
विवरण Care your eyes.
फ़ाइल का आकार 518 KB
स्थापना संख्या 949
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2021-12-27
प्रकाशन तिथि 2021-11-09
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर robusttheworld
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Protection",
    "description": "Care your eyes.",
    "version": "1.3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/eye_protection_16.png",
            "32": "\/images\/eye_protection_32.png",
            "48": "\/images\/eye_protection_48.png",
            "128": "\/images\/eye_protection_128.png"
        }
    },
    "icons": {
        "16": "\/images\/eye_protection_16.png",
        "32": "\/images\/eye_protection_32.png",
        "48": "\/images\/eye_protection_48.png",
        "128": "\/images\/eye_protection_128.png"
    },
    "options_page": "options.html",
    "commands": {
        "take-action": {
            "description": "Color the background"
        }
    }
}