ColorA11y

This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.

¿Qué es ColorA11y?

ColorA11y es una extensión de Chrome desarrollada por longmatthewh, y su función principal es "This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ColorA11y

Descarga archivos de extensión ColorA11y 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

                        ColorA11y allows you to easily select a foreground color and a background color, and determine whether or not the contrast ratio between the 2 colors is WCAG 2.0 compliant. ColorA11y can help validate the existence of web accessibility issues you think you already have with color contrast. This Developer Tools extension can also help verify you're technically adhering to the WCAG 2.0 color contrast guidelines.  Simply open the Developer Tools in Chrome, and open the ColorA11y tab. Currently, this works best using Mac's color picker, and not the Windows native tool. I'm working on integrating this with Spectrum, and will have an update shortly.                    

Información Básica de la Extensión

Nombre ColorA11y ColorA11y
ID icfneoldcbdmgaiocnnobpbbjncdfbfb
URL Oficial https://chromewebstore.google.com/detail/colora11y/icfneoldcbdmgaiocnnobpbbjncdfbfb
Descripción This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.
Tamaño del Archivo 9.05 KB
Cantidad de Instalaciones 1,127
Versión Actual 1.3
Última Actualización 2015-06-20
Fecha de Publicación 2015-06-19
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador longmatthewh
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColorA11y",
    "manifest_version": 2,
    "description": "This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.",
    "version": "1.3",
    "devtools_page": "a11ycolor.html",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}