Color Overlay

Put color overlay over all the web content.

Color Overlay क्या है?

Color Overlay Rawstream द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Put color overlay over all the web content."।

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

screenshot

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

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

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

                        Color Overlay is a filter which puts a tint on your browser viewport to make text more readable. Color and opacity are fully configurable. This could be used by people suffering by visual distortions reading the content on the normal background (Scotopic Sensitivity Syndrome). The coloured overlay can improve reading abilities of such users by reducing or eliminate perceptual processing errors.

This a new version of a popular extension. In the new release we listened to our users. So we essentially improved the user interface and added some new features, such as the possibility to save selected colours as favourites.                    

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

नाम Color Overlay Color Overlay
ID glejbiebgbadpnhcjmidgclkjeelddgk
आधिकारिक URL https://chromewebstore.google.com/detail/color-overlay/glejbiebgbadpnhcjmidgclkjeelddgk
विवरण Put color overlay over all the web content.
फ़ाइल का आकार 65.4 KB
स्थापना संख्या 198,779
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2019-05-01
प्रकाशन तिथि 2019-04-30
रेटिंग 2.55/5 कुल 11 रेटिंग्स
डेवलपर Rawstream
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "19": "images\/icon-19.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Color Overlay",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}