Color Contrast Checker

Color Contrast Checker & Recommendations Tool

什麼是Color Contrast Checker?

Color Contrast Checker是由https://pivotalaccessibility.com開發的Chrome擴展程式,該擴展的主要功能是“Color Contrast Checker & Recommendations Tool”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Color Contrast Checker
ID gbfgefkhkofclanlcgnhlbmfgjjomock
官方網址 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": []
}