Color Contrast Checker

Section 508 - Testing Web Content Accessibility

Co to jest Color Contrast Checker?

Color Contrast Checker to rozszerzenie Chrome opracowane przez 18 Clans, a jego główną funkcją jest „Section 508 - Testing Web Content Accessibility”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Color Contrast Checker

Pobierz pliki rozszerzeń Color Contrast Checker 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

                        Test your web content to make sure the luminosity ratio meets WCAG 2.0 level AA and AAA.                    

Podstawowe informacje o rozszerzeniu

Nazwa Color Contrast Checker Color Contrast Checker
ID jibccbkkepidahndjomdfbmbnfappopf
Oficjalny URL https://chromewebstore.google.com/detail/color-contrast-checker/jibccbkkepidahndjomdfbmbnfappopf
Opis Section 508 - Testing Web Content Accessibility
Rozmiar pliku 131 KB
Liczba instalacji 1,749
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-05-12
Data Publikacji 2017-05-12
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper 18 Clans
Typ Płatności free
Strona Rozszerzenia https://18clansgames.wordpress.com/2017/05/12/color-contrast-checker
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Contrast Checker",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Section 508 - Testing Web Content Accessibility",
    "minimum_chrome_version": "49",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "Color Contrast Checker",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "inc\/jquery-2.1.0.min.js",
        "inc\/jquery.scrollstop.js",
        "edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ]
}