Check1st: ADA Website Compliance Checker

Check1st: ADA Website Compliance Checker

Qu'est-ce que Check1st: ADA Website Compliance Checker ?

Check1st: ADA Website Compliance Checker est une extension Chrome développée par https://user1st.com, et sa fonction principale est "Check1st: ADA Website Compliance Checker".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Check1st: ADA Website Compliance Checker

Téléchargez les fichiers d'extension Check1st: ADA Website Compliance Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The Check1st Developer Plugin for Google Chrome is a free, easy-to-use, automated testing tool for identifying HTML-based web content that does not comply with Web Content Accessibility Guidelines (WCAG) 2.1. Designed for developers and website administrators, Check1st ADA Website Compliance Checker flags both static and dynamic website content and web applications that are inaccessible to people with disabilities.

This tool enables developers and site administrators and their QA, DevOps and product teams to seamlessly integrate their work with testing for web accessibility – all without needing to become an expert.                    

Informations de Base sur l'Extension

Nom Check1st: ADA Website Compliance Checker Check1st: ADA Website Compliance Checker
ID fdmmgnabliecegmbnmmihidbnmdjmflh
URL Officiel https://chromewebstore.google.com/detail/check1st-ada-website-comp/fdmmgnabliecegmbnmmihidbnmdjmflh
Description Check1st: ADA Website Compliance Checker
Taille du Fichier 1.44 MB
Nombre d'Installations 1,269
Version Actuelle 0.0.4.1
Dernière Mise à Jour 2020-10-09
Date de Publication 2020-01-15
Évaluation 4.50/5 Total 8 Évaluations
Développeur https://user1st.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check1st: ADA Website Compliance Checker",
    "description": "Check1st: ADA Website Compliance Checker",
    "version": "0.0.4.1",
    "manifest_version": 2,
    "permissions": [
        "background",
        "tabs",
        "cookies",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Press to scan page for accessibility problems"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "web_accessible_resources": [
        "css\/IframeScanResult.css",
        "css\/issuesWindow.css",
        "css\/login.css",
        "css\/signup.css"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/loader.js",
                "js\/LocatorsBuilder.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}