A11Y - Color blindness empathy test

Empathy test for color blindness and visual impairment

Hvad er A11Y - Color blindness empathy test?

A11Y - Color blindness empathy test er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Empathy test for color blindness and visual impairment".

Udvidelsesskærmbilleder

screenshot
screenshot

Download A11Y - Color blindness empathy test-udvidelses-CRX-fil

Download A11Y - Color blindness empathy test-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn A11Y - Color blindness empathy test A11Y - Color blindness empathy test
ID idphhflanmeibmjgaciaadkmjebljhcc
Officiel URL https://chromewebstore.google.com/detail/a11y-color-blindness-empa/idphhflanmeibmjgaciaadkmjebljhcc
Beskrivelse Empathy test for color blindness and visual impairment
Filstørrelse 16.34 KB
Antal Installationer 2,797
Nuværende Version 1.0.1
Senest Opdateret 2018-10-15
Udgivelsesdato 2018-10-15
Bedømmelse 4.17/5 Samlet 6 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/
Hjælpeside-URL https://github.com/vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions
Understøttede Sprog 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"
    }
}