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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย longmatthewh และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ColorA11y

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}