WCAG Color contrast checker
To check the color contrast between foreground and background of the texts
WCAG Color contrast checker란 무엇입니까?
WCAG Color contrast checker은(는) Jorge Rumoroso에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To check the color contrast between foreground and background of the texts"입니다.
확장 프로그램 스크린샷
WCAG Color contrast checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It checks the color contrast between the foreground and background of the elements that are in the page according to the WCAG 2.2. It evaluates the contrast on all elements of the page considering their computed style for the color and background-color CSS properties. In case of these colors are defined with RGBA values, it also considers the opacity to deduce the real color that finally is show. It can simulate color blindness and evaluate the contrast for the simulations. By this way, developers can see how the pages look for colorblind users. The tool also includes two fields in which the colors can be introduced manually to be tested. It also allows to pick the color directly from the documents. Finally, it auto-refreshes when DOM of the page changes (addition or removing elements), but if the page has many changes, this behavior can be de-activated. Privacy statement on: https://rumoroso.bitbucket.io/
확장 프로그램 기본 정보
이름 | WCAG Color contrast checker |
ID | plnahcmalebffmaghcpcmpaciebdhgdf |
공식 URL | https://chromewebstore.google.com/detail/wcag-color-contrast-check/plnahcmalebffmaghcpcmpaciebdhgdf |
설명 | To check the color contrast between foreground and background of the texts |
파일 크기 | 163 KB |
설치 횟수 | 61,408 |
현재 버전 | 3.8.4 |
최근 업데이트 | 2024-03-03 |
출시 날짜 | 2020-06-26 |
평점 | 4.05/5 총 20 개의 평점 |
개발자 | Jorge Rumoroso |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Jorge Rumoroso", "manifest_version": 3, "version": "3.8.4", "icons": { "48": "icons\/icon_large.png", "96": "icons\/icon_large_96x96.png", "128": "icons\/icon128_with_margin.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ " |