Color Contrast Checker
Color Contrast Checker & Recommendations Tool
Color Contrast Checker क्या है?
Color Contrast Checker https://pivotalaccessibility.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color Contrast Checker & Recommendations Tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Color Contrast Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [] } |