Colour Contrast Checker
Check the contrast between different colour combinations against WCAG standards
Colour Contrast Checker क्या है?
Colour Contrast Checker https://colourcontrast.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check the contrast between different colour combinations against WCAG standards"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Colour Contrast Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Compare the contrast ratio of 2 colours, background and foreground, within a webpage against level 2 of the Web Content Accessibility Guidelines (WCAG). *More information about understanding colour contrast: https://webaim.org/articles/contrast/ Features - Use the text fields to compare colours using Hex codes or colour names - Use the colour picker tool to compare colours on a webpage - Store up to 6 colour combinations you have compared (uses local storage) to refer back to later - Quickly reverse background and foreground colours - Generate a share link of colours compared Once you have installed the extension you may need to reload the webpage you are currently on to begin using the extension.
एक्सटेंशन की मूल जानकारी
नाम | Colour Contrast Checker |
ID | nmmjeclfkgjdomacpcflgdkgpphpmnfe |
आधिकारिक URL | https://chromewebstore.google.com/detail/colour-contrast-checker/nmmjeclfkgjdomacpcflgdkgpphpmnfe |
विवरण | Check the contrast between different colour combinations against WCAG standards |
फ़ाइल का आकार | 418 KB |
स्थापना संख्या | 36,215 |
वर्तमान संस्करण | 1.4.2 |
अंतिम अपडेट | 2023-05-17 |
प्रकाशन तिथि | 2019-09-06 |
रेटिंग | 4.03/5 कुल 29 रेटिंग्स |
डेवलपर | https://colourcontrast.cc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://colourcontrast.cc/ |
सहायता पृष्ठ URL | https://github.com/Pushedskydiver/CC-Checker-Chrome-Extension/issues |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Colour Contrast Checker", "short_name": "CC Checker", "description": "Check the contrast between different colour combinations against WCAG standards", "version": "1.4.2", "action": { "default_title": "Open CC Checker" }, "icons": { "16": ".\/favicons\/favicon-16x16.png", "48": ".\/favicons\/favicon-48x48.png", "128": ".\/favicons\/favicon-128x128.png" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ { "resources": [ "index.html", "fonts\/avenir-next-variable.woff2" ], "matches": [ " |