Accessible Color Picker

Accessible Color Picker

Τι είναι το Accessible Color Picker;

Το Accessible Color Picker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Level Access, και η κύρια λειτουργία του είναι "Accessible Color Picker".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Accessible Color Picker

Λήψη αρχείων επέκτασης Accessible Color Picker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Accessible Color Picker Accessible Color Picker
ID bgfhbflmeekopanooidljpnmnljdihld
Επίσημο URL https://chromewebstore.google.com/detail/accessible-color-picker/bgfhbflmeekopanooidljpnmnljdihld
Περιγραφή Accessible Color Picker
Μέγεθος Αρχείου 3.84 MB
Αριθμός Εγκαταστάσεων 7,271
Τρέχουσα Έκδοση 1.0.0.1
Τελευταία Ενημέρωση 2022-10-24
Ημερομηνία Δημοσίευσης 2019-07-03
Αξιολόγηση 4.89/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Level Access
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.levelaccess.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.levelaccess.com/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://www.levelaccess.com/privacy
Υποστηριζόμενες Γλώσσες 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"
    }
}