Accessible Color Picker

Accessible Color Picker

Accessible Color Picker क्या है?

Accessible Color Picker Level Access द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Accessible Color Picker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Accessible Color Picker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}