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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Developer Tools extension allows you determine whether or not the color contrast on a site is WCAG 2.0 AA and AAA compliant."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ColorA11y एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |