A11Y - Color blindness empathy test

Empathy test for color blindness and visual impairment

Qu'est-ce que A11Y - Color blindness empathy test ?

A11Y - Color blindness empathy test est une extension Chrome développée par Unknown, et sa fonction principale est "Empathy test for color blindness and visual impairment".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension A11Y - Color blindness empathy test

Téléchargez les fichiers d'extension A11Y - Color blindness empathy test 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

                        Empathy test for color blindness and visual impairment. This add-on emulates 8 types of color blindness, plus grayscale to check the contrast of your website.
https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/

Issues: https://github.com/vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions                    

Informations de Base sur l'Extension

Nom A11Y - Color blindness empathy test A11Y - Color blindness empathy test
ID idphhflanmeibmjgaciaadkmjebljhcc
URL Officiel https://chromewebstore.google.com/detail/a11y-color-blindness-empa/idphhflanmeibmjgaciaadkmjebljhcc
Description Empathy test for color blindness and visual impairment
Taille du Fichier 16.34 KB
Nombre d'Installations 2,797
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-10-15
Date de Publication 2018-10-15
Évaluation 4.17/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/
URL de la Page d'Aide https://github.com/vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "A11Y - Color blindness empathy test",
    "version": "1.0.1",
    "description": "Empathy test for color blindness and visual impairment",
    "author": "Vincent Humeau",
    "homepage_url": "https:\/\/github.com\/vinceumo\/A11Y-Color-Blindness-Empathy-Test",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "A11Y - Color blindness empathy test",
        "default_popup": "popup\/choose_test.html"
    }
}