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."입니다.
확장 프로그램 스크린샷
ColorA11y 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |