Accessible Color Picker

Accessible Color Picker

Wat is Accessible Color Picker?

Accessible Color Picker is een Chrome-extensie ontwikkeld door Level Access, en de belangrijkste functie is "Accessible Color Picker".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Accessible Color Picker

Download Accessible Color Picker-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

                        There must be enhanced contrast between foreground and background text colors and images of text. Enhanced color contrast ensures that the page is usable by a very wide range of people with low vision and color deficiencies or when the page is viewed without color, and users of monochrome screens can understand page content.

Leverage this in-browser color picker to evaluate the accessibility of your color palette. This tool allows you to select foreground and background colors and will determine the color contrast ratio between them. If your colors do not have sufficient contrast, this tool will suggest similar colors that are compliant.

Additional features
* History of last 10 foreground and 10 background colors selected
* Preview sample text using selected colors
* Toggle foreground and background to test variations
* Editable hex codes with simple copy to clipboard button                    

Basisinformatie over de Extensie

Naam Accessible Color Picker Accessible Color Picker
ID bgfhbflmeekopanooidljpnmnljdihld
Officiële URL https://chromewebstore.google.com/detail/accessible-color-picker/bgfhbflmeekopanooidljpnmnljdihld
Beschrijving Accessible Color Picker
Bestandsgrootte 3.84 MB
Aantal Installaties 7,271
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2022-10-24
Publicatiedatum 2019-07-03
Beoordeling 4.89/5 Totaal 9 Beoordelingen
Ontwikkelaar Level Access
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.levelaccess.com/
Help Pagina-URL https://www.levelaccess.com/contact/
URL van de Privacybeleid Pagina https://www.levelaccess.com/privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Accessible Color Picker",
    "version": "1.0.0.1",
    "description": "Accessible Color Picker",
    "action": {
        "default_title": "Accessible Color Picker",
        "default_icon": "img\/dropper.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "img\/dropper.png"
    }
}