Kontrast - WCAG Contrast Checker

Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.

Kontrast - WCAG Contrast Checker क्या है?

Kontrast - WCAG Contrast Checker https://www.getkontrast.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements."।

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

screenshot

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

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

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

                        Kontrast is a browser extension that let you quickly check and adjust text and background contrast in realtime in your browser to meet the standards of Web Content Accessibility Guidelines (WCAG) requirements.

Features:
✔ Auto inspect contrast for the selected element
✔ Display accessibility ratio
✔ Automatically get closest WCAG compliant color
✔ Color Slider
✔ RGB and HSL mode
✔ Color picker
✔ Easily copy color (HEX, RGBA, HSLA)
✔ Ignore CSS hover effect
✔ Dark Mode

Special thanks to Gary Simon from Coursetro.com for covering my product.                    

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

नाम Kontrast - WCAG Contrast Checker Kontrast - WCAG Contrast Checker
ID haphaaenepedkjngghandlmhfillnhjk
आधिकारिक URL https://chromewebstore.google.com/detail/kontrast-wcag-contrast-ch/haphaaenepedkjngghandlmhfillnhjk
विवरण Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.
फ़ाइल का आकार 396 KB
स्थापना संख्या 7,552
वर्तमान संस्करण 1.1.9
अंतिम अपडेट 2020-05-23
प्रकाशन तिथि 2020-05-21
रेटिंग 3.53/5 कुल 17 रेटिंग्स
डेवलपर https://www.getkontrast.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.getkontrast.com
सहायता पृष्ठ URL https://www.getkontrast.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kontrast - WCAG Contrast Checker",
    "version": "1.1.9",
    "description": "Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "storage",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/kontrast16.png",
            "32": "images\/kontrast32.png",
            "48": "images\/kontrast48.png",
            "128": "images\/kontrast128.png"
        }
    },
    "icons": {
        "16": "images\/kontrast16.png",
        "32": "images\/kontrast32.png",
        "48": "images\/kontrast48.png",
        "128": "images\/kontrast128.png"
    },
    "web_accessible_resources": [
        "content.css",
        "iframe.html"
    ],
    "manifest_version": 2
}