Website Accessibility Checker

Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.

Cos'è Website Accessibility Checker?

Website Accessibility Checker è un'estensione di Chrome sviluppata da Joel Saupe, e la sua funzione principale è "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.".

Scarica il file CRX dell'estensione Website Accessibility Checker

Scarica i file di estensione Website Accessibility Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Accessibility is becoming more, and more important on the web. Use this tool to evaluate your site and find ways you can improve accessibility and make your site as useable as possible to as many users as possible.

Uses accesslint.js to find any accessibility issues on any site you're on. Just click on the Chrome Extension icon to trigger the tests, and open the developer console to see any issues that the current page may have.                    

Informazioni di Base sull'Estensione

Nome Website Accessibility Checker Website Accessibility Checker
ID nlbkcfcgjpiggjchcfjfhbcgheoelabe
URL Ufficiale https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe
Descrizione Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
Dimensione del File 69.77 KB
Conteggio Installazioni 215
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-04-27
Data di Pubblicazione 2017-04-27
Sviluppatore Joel Saupe
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "Website Accessibility Checker",
    "description": "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}