A11y quick check

Easy to use quick checks to identify potential accessibility issues.

A11y quick check क्या है?

A11y quick check a11y-quick-check-publishers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to use quick checks to identify potential accessibility issues."।

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

screenshot

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

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

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

                        A11y Quick Check is a testing tool that exposes accessibility issues to provide a high level check to help meet the requirements of the WCAG guidelines and coding best practices.

Every effort has been made to ensure the checks accurately identify both invalid code practices and failures in meeting the WCAG Guidelines. However, some false positive reporting may occur.

Version: 2501.2024.03.04
View the 'About A11y Quick Check' link at the foot of the extension for the latest updates.                    

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

नाम A11y quick check A11y quick check
ID jlamgighkcjniljcdfpnhiemcakibepi
आधिकारिक URL https://chromewebstore.google.com/detail/a11y-quick-check/jlamgighkcjniljcdfpnhiemcakibepi
विवरण Easy to use quick checks to identify potential accessibility issues.
फ़ाइल का आकार 235 KB
स्थापना संख्या 215
वर्तमान संस्करण 2501.2024.03.04
अंतिम अपडेट 2024-03-03
प्रकाशन तिथि 2023-10-15
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर a11y-quick-check-publishers
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A11y quick check",
    "short_name": "A11y quick check",
    "version": "2501.2024.03.04",
    "version_name": "2501.2024.03.04",
    "manifest_version": 3,
    "description": "Easy to use quick checks to identify potential accessibility issues.",
    "author": "Original idea and developer Laurence Lewis (@LaurenceRLewis). Developer Marcus Helvig (@MarcusP-P)",
    "minimum_chrome_version": "92",
    "icons": {
        "16": "extension\/icons\/icon-16.png",
        "48": "extension\/icons\/icon-48.png",
        "128": "extension\/icons\/icon-128.png"
    },
    "action": {
        "default_popup": "extension\/ui\/popup.html",
        "default_icon": {
            "16": "extension\/icons\/icon-16.png",
            "48": "extension\/icons\/icon-48.png"
        },
        "default_title": "A11y Quick Check"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "extension\/service-worker.js"
    }
}