Color Contrast Checker
Color Contrast Checker & Recommendations Tool
Color Contrast Checker란 무엇입니까?
Color Contrast Checker은(는) https://pivotalaccessibility.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Color Contrast Checker & Recommendations Tool"입니다.
확장 프로그램 스크린샷
Color Contrast Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Color Contrast Checker is a tool designed to make digital spaces perceivable for a wide array of users including individuals with low vision, color blindness, and vision impairments regulating contrast and brightness levels. In its entirety, it improves the visual experience and promotes digital inclusion in adherence to WCAG and ADA. Color Contrast Checker by Pivotal Accessibility unlike no other offers recommendations and allows the user to choose from the suggested color palette. The uber-cool feature in this new-age color contrast checker is the ability to make independent background/foreground color changes providing you with on-point solutions. Technical Specifications and App Features: ❯ Stunning and intact layout ❯ Offers an assortment of colors ❯ Provides recommendations and leverage to choose between suggested color options ❯ Extremely user-friendly with single-click solutions ❯ Flexibility to choose colors from websites and applications ❯ Ability to input hex-codes to calculate the contrast ratio ❯ Displays color contrast ratio ❯ Calls out pass/fail status as per all 3 conformance levels of WCAG 2.1, i.e., level A, AA, and AAA ❯ Provides useful references
확장 프로그램 기본 정보
이름 | Color Contrast Checker |
ID | gbfgefkhkofclanlcgnhlbmfgjjomock |
공식 URL | https://chromewebstore.google.com/detail/color-contrast-checker/gbfgefkhkofclanlcgnhlbmfgjjomock |
설명 | Color Contrast Checker & Recommendations Tool |
파일 크기 | 2.85 MB |
설치 횟수 | 2,000 |
현재 버전 | 1.6.7 |
최근 업데이트 | 2023-10-25 |
출시 날짜 | 2022-04-21 |
평점 | 4.90/5 총 10 개의 평점 |
개발자 | https://pivotalaccessibility.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pivotalaccessibility.com/ |
도움말 페이지 URL | https://www.pivotalaccessibility.com/contact-us/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Contrast Checker", "description": "Color Contrast Checker & Recommendations Tool", "version": "1.6.7", "manifest_version": 3, "author": "Pivotal Accessibility", "background": { "service_worker": "minijs\/background.min.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "images\/main-logottp.png", "32": "images\/main-logottp.png", "48": "images\/main-logottp.png", "128": "images\/main-logottp.png" } }, "icons": { "16": "images\/main-logottp.png", "32": "images\/main-logottp.png", "48": "images\/main-logottp.png", "128": "images\/main-logottp.png" }, "permissions": [] } |