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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } } |