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文件
下载Color Contrast Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [] } |