ColorA11y

This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.

什麼是ColorA11y?

ColorA11y是由longmatthewh開發的Chrome擴展程式,該擴展的主要功能是“This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.”。

擴展截圖

screenshot
screenshot
screenshot

下載ColorA11y擴展crx文件

下載ColorA11y擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ColorA11y allows you to easily select a foreground color and a background color, and determine whether or not the contrast ratio between the 2 colors is WCAG 2.0 compliant. ColorA11y can help validate the existence of web accessibility issues you think you already have with color contrast. This Developer Tools extension can also help verify you're technically adhering to the WCAG 2.0 color contrast guidelines.  Simply open the Developer Tools in Chrome, and open the ColorA11y tab. Currently, this works best using Mac's color picker, and not the Windows native tool. I'm working on integrating this with Spectrum, and will have an update shortly.                    

擴展基本資訊

名稱 ColorA11y ColorA11y
ID icfneoldcbdmgaiocnnobpbbjncdfbfb
官方網址 https://chromewebstore.google.com/detail/colora11y/icfneoldcbdmgaiocnnobpbbjncdfbfb
簡介 This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.
檔案大小 9.05 KB
安裝次數 1,127
目前版本 1.3
更新時間 2015-06-20
上架時間 2015-06-19
評分 4.00/5 共 5 次評分
開發者 longmatthewh
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColorA11y",
    "manifest_version": 2,
    "description": "This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.",
    "version": "1.3",
    "devtools_page": "a11ycolor.html",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}