Color Contrast Checker

Section 508 - Testing Web Content Accessibility

What is Color Contrast Checker?

Color Contrast Checker is a Chrome extension developed by 18 Clans, and its main feature is "Section 508 - Testing Web Content Accessibility".

Extension Screenshots

screenshot

Download Color Contrast Checker Extension CRX File

Download Color Contrast Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Color Contrast Checker Color Contrast Checker
ID jibccbkkepidahndjomdfbmbnfappopf
Official URL https://chromewebstore.google.com/detail/color-contrast-checker/jibccbkkepidahndjomdfbmbnfappopf
Description Section 508 - Testing Web Content Accessibility
File Size 131 KB
Installation Count 1,749
Current Version 0.0.1
Last Updated 2017-05-12
Publish Date 2017-05-12
Rating 3.50/5 Total 2 Ratings
Developer 18 Clans
Payment Type free
Extension Website https://18clansgames.wordpress.com/2017/05/12/color-contrast-checker
Supported Languages 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"
    ]
}