Colour Contrast Checker
Check the contrast between different colour combinations against WCAG standards
Cos'è Colour Contrast Checker?
Colour Contrast Checker è un'estensione di Chrome sviluppata da https://colourcontrast.cc, e la sua funzione principale è "Check the contrast between different colour combinations against WCAG standards".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Colour Contrast Checker
Scarica i file di estensione Colour Contrast Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Colour Contrast Checker |
ID | nmmjeclfkgjdomacpcflgdkgpphpmnfe |
URL Ufficiale | https://chromewebstore.google.com/detail/colour-contrast-checker/nmmjeclfkgjdomacpcflgdkgpphpmnfe |
Descrizione | Check the contrast between different colour combinations against WCAG standards |
Dimensione del File | 418 KB |
Conteggio Installazioni | 36,215 |
Versione Corrente | 1.4.2 |
Ultimo Aggiornamento | 2023-05-17 |
Data di Pubblicazione | 2019-09-06 |
Valutazione | 4.03/5 Totale 29 Valutazioni |
Sviluppatore | https://colourcontrast.cc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://colourcontrast.cc/ |
URL della Pagina di Aiuto | https://github.com/Pushedskydiver/CC-Checker-Chrome-Extension/issues |
Lingue Supportate | 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": [ " |