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 là gì?

ColorA11y là một tiện ích mở rộng Chrome được phát triển bởi longmatthewh, và tính năng chính của nó là "This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ColorA11y

Tải xuống các tệp mở rộng ColorA11y dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ColorA11y ColorA11y
ID icfneoldcbdmgaiocnnobpbbjncdfbfb
URL Chính Thức https://chromewebstore.google.com/detail/colora11y/icfneoldcbdmgaiocnnobpbbjncdfbfb
Mô tả This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant.
Kích Thước Tệp 9.05 KB
Số Lần Cài Đặt 1,127
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-06-20
Ngày Phát Hành 2015-06-19
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển longmatthewh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}