ARC Toolkit

Accessibility testing tool from TPGi

ARC Toolkit क्या है?

ARC Toolkit https://tpgi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Accessibility testing tool from TPGi"।

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

screenshot
screenshot

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

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

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

                        The ARC Toolkit is a set of accessibility tools which aids developers in identifying accessibility problems and features for WCAG 2.0, WCAG 2.1, WCAG 2.2, EN 301 549, and Section 508
 
The toolkit is designed to be integrated into automated and manual accessibility tests and works alongside the auditor or developer in order to simplify repetitive tasks and interactively explore accessibility features and problems. The ARC Toolkit is tightly integrated with Chrome’s Developer Tools and uses the ARC rule set, the same rules used by default in the ARC platform. This allows developers and quality assurance testers to take their ARC testing into their development environments and thoroughly investigate issues raised in ARC scans.

Launched from the Developer Tools, the ARC Toolkit panel includes a set of tests that shows results both in the panel and in the page itself. Each test can be toggled on and off so types of issues can be isolated. Issues can be selected and viewed directly in the Elements panel.
 
It runs completely local within Chrome and works within iframes, so it can evaluate any page you can browse to. If you would like to pages that are not live on a website but are in development, turn on the option to "Allow access to file URLs".
 
Because this tool is actively used by the TPGi team, there are frequent updates as we further develop and refine the rules and features. If you would like training on how to use ARC Toolkit for testing, please contact TPGi at https://www.tpgi.com/contact/.

This extension is governed by the license agreement at https://www.tpgi.com/arc-toolkit-the-service-terms-of-service/.                    

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

नाम ARC Toolkit ARC Toolkit
ID chdkkkccnlfncngelccgbgfmjebmkmce
आधिकारिक URL https://chromewebstore.google.com/detail/arc-toolkit/chdkkkccnlfncngelccgbgfmjebmkmce
विवरण Accessibility testing tool from TPGi
फ़ाइल का आकार 446 KB
स्थापना संख्या 31,503
वर्तमान संस्करण 5.6.0
अंतिम अपडेट 2023-10-08
प्रकाशन तिथि 2019-12-09
रेटिंग 3.14/5 कुल 21 रेटिंग्स
डेवलपर https://tpgi.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tpgi.com
सहायता पृष्ठ URL https://github.com/ThePacielloGroup/ARC-Toolkit
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ARC Toolkit",
    "version": "5.6.0",
    "manifest_version": 3,
    "description": "Accessibility testing tool from TPGi",
    "homepage_url": "https:\/\/www.tpgi.com\/arc-platform\/arc-toolkit\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "webNavigation",
        "storage",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "ARC Toolkit"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "\/libs\/engine.js",
                "\/libs\/utils.min.js",
                "\/libs\/helpers.min.js"
            ],
            "css": [
                "\/libs\/helpers.css"
            ],
            "run_at": "document_start"
        }
    ],
    "devtools_page": "devtools.html"
}