Spectrum

Instantly test your web page with different types of color vision deficiency.

Spectrum क्या है?

Spectrum Yehor Lvivski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly test your web page with different types of color vision deficiency."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Color Vision Deficiency (CVD) affects people’s ability to distinguish certain colors. Estimates indicate that approximately 200 million people worldwide are affected by some kind of CVD. Individuals of Northern European ancestry, as many as 8 percent of men and 0.5 percent of women experience the common form of red-green color blindness.

This extension helps you to test web pages for people with different types of CVD. It's particularly useful for websites with data visualisations, because some colors may not be distinguishable from other colors in the charts.

Flash enabled websites are also supported!                    

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

नाम Spectrum Spectrum
ID ofclemegkcmilinpcimpjkfhjfgmhieb
आधिकारिक URL https://chrome.google.com/webstore/detail/spectrum/ofclemegkcmilinpcimpjkfhjfgmhieb
विवरण Instantly test your web page with different types of color vision deficiency.
फ़ाइल का आकार 12.21 KB
स्थापना संख्या 21,907
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2017-01-11
प्रकाशन तिथि 2017-01-11
रेटिंग 3.77/5 कुल 56 रेटिंग्स
डेवलपर Yehor Lvivski
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spectrum",
    "description": "Instantly test your web page with different types of color vision deficiency.",
    "version": "0.2.0",
    "homepage_url": "http:\/\/lvivski.com\/spectrum",
    "browser_action": {
        "default_title": "Spectrum",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/action_small.png",
            "38": "img\/action.png"
        }
    },
    "icons": {
        "128": "img\/icon.png",
        "48": "img\/icon_small.png"
    },
    "web_accessible_resources": [
        "img\/filters.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/filters.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}