Website Accessibility Checker

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

¿Qué es Website Accessibility Checker?

Website Accessibility Checker es una extensión de Chrome desarrollada por Joel Saupe, y su función principal es "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.".

Descargar Archivo CRX de la Extensión Website Accessibility Checker

Descarga archivos de extensión Website Accessibility Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Website Accessibility Checker Website Accessibility Checker
ID nlbkcfcgjpiggjchcfjfhbcgheoelabe
URL Oficial https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe
Descripción Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
Tamaño del Archivo 69.77 KB
Cantidad de Instalaciones 215
Versión Actual 1.0.0
Última Actualización 2017-04-27
Fecha de Publicación 2017-04-27
Desarrollador Joel Saupe
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}