Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

Your Eye Protection क्या है?

Your Eye Protection hiatamaworkshop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changing Background to soft colors plus font size adjustment for readability"।

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

screenshot

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

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

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

                        1. Changing web-page's default Background color to soft colors.
2. Font size adjustment.

Both functions can enhance readability.

Don't you think white backgrounds are too bright? and black backgrounds confuse your eyes sometimes.

My extensions are extremely small in size, because there are no pop-up adds, no extra connections.                    

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

नाम Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
आधिकारिक URL https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
विवरण Changing Background to soft colors plus font size adjustment for readability
फ़ाइल का आकार 11.11 KB
स्थापना संख्या 161
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2019-06-23
प्रकाशन तिथि 2019-06-23
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर hiatamaworkshop
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your Eye Protection",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Changing Background to soft colors plus font size adjustment for readability",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "bcolor_font.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}