Colour Contrast Checker
Check the contrast between different colour combinations against WCAG standards
Wat is Colour Contrast Checker?
Colour Contrast Checker is een Chrome-extensie ontwikkeld door https://colourcontrast.cc, en de belangrijkste functie is "Check the contrast between different colour combinations against WCAG standards".
Extensie Screenshots
Download het CRX-bestand van de extensie Colour Contrast Checker
Download Colour Contrast Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Colour Contrast Checker |
ID | nmmjeclfkgjdomacpcflgdkgpphpmnfe |
Officiële URL | https://chromewebstore.google.com/detail/colour-contrast-checker/nmmjeclfkgjdomacpcflgdkgpphpmnfe |
Beschrijving | Check the contrast between different colour combinations against WCAG standards |
Bestandsgrootte | 418 KB |
Aantal Installaties | 36,215 |
Huidige Versie | 1.4.2 |
Laatst Bijgewerkt | 2023-05-17 |
Publicatiedatum | 2019-09-06 |
Beoordeling | 4.03/5 Totaal 29 Beoordelingen |
Ontwikkelaar | https://colourcontrast.cc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://colourcontrast.cc/ |
Help Pagina-URL | https://github.com/Pushedskydiver/CC-Checker-Chrome-Extension/issues |
Ondersteunde Talen | 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": [ " |