A11Y - Color blindness empathy test

Empathy test for color blindness and visual impairment

Co to jest A11Y - Color blindness empathy test?

A11Y - Color blindness empathy test to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Empathy test for color blindness and visual impairment”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia A11Y - Color blindness empathy test

Pobierz pliki rozszerzeń A11Y - Color blindness empathy test w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa A11Y - Color blindness empathy test A11Y - Color blindness empathy test
ID idphhflanmeibmjgaciaadkmjebljhcc
Oficjalny URL https://chromewebstore.google.com/detail/a11y-color-blindness-empa/idphhflanmeibmjgaciaadkmjebljhcc
Opis Empathy test for color blindness and visual impairment
Rozmiar pliku 16.34 KB
Liczba instalacji 2,797
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2018-10-15
Data Publikacji 2018-10-15
Ocena 4.17/5 Łącznie 6 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/
Adres URL Strony Pomocy https://github.com/vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions
Obsługiwane Języki 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"
    }
}