Color Contrast Checker

Section 508 - Testing Web Content Accessibility

Wat is Color Contrast Checker?

Color Contrast Checker is een Chrome-extensie ontwikkeld door 18 Clans, en de belangrijkste functie is "Section 508 - Testing Web Content Accessibility".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Color Contrast Checker

Download Color Contrast Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Color Contrast Checker Color Contrast Checker
ID jibccbkkepidahndjomdfbmbnfappopf
Officiële URL https://chromewebstore.google.com/detail/color-contrast-checker/jibccbkkepidahndjomdfbmbnfappopf
Beschrijving Section 508 - Testing Web Content Accessibility
Bestandsgrootte 131 KB
Aantal Installaties 1,749
Huidige Versie 0.0.1
Laatst Bijgewerkt 2017-05-12
Publicatiedatum 2017-05-12
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar 18 Clans
Betalingswijze free
Extensiewebsite https://18clansgames.wordpress.com/2017/05/12/color-contrast-checker
Ondersteunde Talen 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"
    ]
}