A11Y - Color blindness empathy test

Empathy test for color blindness and visual impairment

Was ist A11Y - Color blindness empathy test?

A11Y - Color blindness empathy test ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Empathy test for color blindness and visual impairment".

Erweiterungsscreenshots

screenshot
screenshot

A11Y - Color blindness empathy test-Erweiterungs-CRX-Datei herunterladen

Laden Sie A11Y - Color blindness empathy test-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name A11Y - Color blindness empathy test A11Y - Color blindness empathy test
ID idphhflanmeibmjgaciaadkmjebljhcc
Offizielle URL https://chromewebstore.google.com/detail/a11y-color-blindness-empa/idphhflanmeibmjgaciaadkmjebljhcc
Beschreibung Empathy test for color blindness and visual impairment
Dateigröße 16.34 KB
Installationsanzahl 2,797
Aktuelle Version 1.0.1
Letztes Update 2018-10-15
Veröffentlichungsdatum 2018-10-15
Bewertung 4.17/5 Insgesamt 6 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/
Hilfeseite URL https://github.com/vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions
Unterstützte Sprachen 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"
    }
}