Color Picker

Allows you to define the color of an element on the page

Color Picker क्या है?

Color Picker kipelovvycheslav द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to define the color of an element on the page"।

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

screenshot

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

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

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

                        Color picker for Chrome browser is simple and reliable extension. It allows you to easily pick any color from any website, which can come in handy for web designers and developers. There are three color formats available: RGB, CSS, and HSL. Color picker is a nice extension to install to make your life easier. It`s a great and useful tool for you with simple and user-friendly interface. Extension doesn`t weigh a lot. We provide you and amazing and useful eyedropper tool so you can get RGB colors from any webpage. Install, rate us and don`t forget to share with friends.                    

एक्सटेंशन की मूल जानकारी

नाम Color Picker Color Picker
ID mggikgocakmeahcgffajljnpnbcoaddn
आधिकारिक URL https://chrome.google.com/webstore/detail/color-picker/mggikgocakmeahcgffajljnpnbcoaddn
विवरण Allows you to define the color of an element on the page
फ़ाइल का आकार 125 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 2.5
अंतिम अपडेट 2022-06-05
प्रकाशन तिथि 2020-11-19
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर kipelovvycheslav
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "256": "icon.png"
    },
    "background": {
        "scripts": [
            "\/static\/BackgroundScripts\/bgmain.js",
            "\/static\/BackgroundScripts\/color-thief.umd.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/static\/ContentScripts\/colorpicker.js"
            ],
            "css": [
                "\/static\/ContentScripts\/styles\/colorpicker.css"
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "manifest_version": 2,
    "name": "Color Picker",
    "description": "Allows you to define the color of an element on the page",
    "version": "2.5",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "ColorPicker"
    },
    "permissions": [
        "",
        "storage"
    ]
}