Color Contrast Checker

Color Contrast Checker & Recommendations Tool

Was ist Color Contrast Checker?

Color Contrast Checker ist eine Chrome-Erweiterung, die von https://pivotalaccessibility.com entwickelt wurde, und ihr Hauptmerkmal ist "Color Contrast Checker & Recommendations Tool".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Color Contrast Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Contrast Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Color Contrast Checker Color Contrast Checker
ID gbfgefkhkofclanlcgnhlbmfgjjomock
Offizielle URL https://chromewebstore.google.com/detail/color-contrast-checker/gbfgefkhkofclanlcgnhlbmfgjjomock
Beschreibung Color Contrast Checker & Recommendations Tool
Dateigröße 2.85 MB
Installationsanzahl 2,000
Aktuelle Version 1.6.7
Letztes Update 2023-10-25
Veröffentlichungsdatum 2022-04-21
Bewertung 4.90/5 Insgesamt 10 Bewertungen
Entwickler https://pivotalaccessibility.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.pivotalaccessibility.com/
Hilfeseite URL https://www.pivotalaccessibility.com/contact-us/
Unterstützte Sprachen 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": []
}