Color Contrast Checker

Section 508 - Testing Web Content Accessibility

Color Contrast Checker क्या है?

Color Contrast Checker 18 Clans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Section 508 - Testing Web Content Accessibility"।

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

screenshot

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

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

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

                        Test your web content to make sure the luminosity ratio meets WCAG 2.0 level AA and AAA.                    

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

नाम Color Contrast Checker Color Contrast Checker
ID jibccbkkepidahndjomdfbmbnfappopf
आधिकारिक URL https://chromewebstore.google.com/detail/color-contrast-checker/jibccbkkepidahndjomdfbmbnfappopf
विवरण Section 508 - Testing Web Content Accessibility
फ़ाइल का आकार 131 KB
स्थापना संख्या 1,749
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2017-05-12
प्रकाशन तिथि 2017-05-12
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर 18 Clans
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://18clansgames.wordpress.com/2017/05/12/color-contrast-checker
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Contrast Checker",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Section 508 - Testing Web Content Accessibility",
    "minimum_chrome_version": "49",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "Color Contrast Checker",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "inc\/jquery-2.1.0.min.js",
        "inc\/jquery.scrollstop.js",
        "edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ]
}