Color Picker

Easily identify the color on the page

Color Picker क्या है?

Color Picker georgiysubootin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily identify the color on the page"।

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

screenshot

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

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

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

                        Get the whole color palette from any web page just in one click with new and amazing Color picker. Here is cool extension that brightens up your gray days behind the screen. So basically, it`s color picker for extracting pixel color from a web page. Absolutely free extension has never been so cool. It`s an extension for chrome browser that`ll definitely make your life easy and simple. It may come in handy for web designers and web developers. Pick color from a huge color palette from any web page just in one click with new and amazing extension for Chrome browser. There is really no difficulties with this color picker – simple, reliable, stable, with user-friendly interface so it`s pretty easy to work with. Just install this extension and you`ll see the difference. Get RGB colors from any webpage in simple manner.  Different color formats are available in our new extension. We provide you amazing and useful Eyedropper app for your browser. Installation process is also pretty simple and doesn`t take a lot of your time, just a few seconds. Install Eyedropper to improve your browser. Extension has intuitive and simple design, so you won`t get confused. Pick color just in one click and instantly get the color code.                    

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

नाम Color Picker Color Picker
ID fiiepkcaceniapcjcabmfpiafoceiemh
आधिकारिक URL https://chrome.google.com/webstore/detail/color-picker/fiiepkcaceniapcjcabmfpiafoceiemh
विवरण Easily identify the color on the page
फ़ाइल का आकार 30.22 KB
स्थापना संख्या 6,410
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-03-09
प्रकाशन तिथि 2021-03-23
रेटिंग 1.57/5 कुल 7 रेटिंग्स
डेवलपर georgiysubootin
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "surito.js",
            "color-thief.umd.js"
        ]
    },
    "browser_action": {
        "default_popup": "minota.html",
        "default_title": "ColorPicker"
    },
    "content_scripts": [
        {
            "css": [
                "dabra\/unsomna.css"
            ],
            "js": [
                "volkil.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "default_locale": "en",
    "description": "Easily identify the color on the page",
    "icons": {
        "128": "dabra\/sopika.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgCmQquR2e41AEp1CpTCeLsHWMAfB7waa2pAD0lvxrJQYYmEMHO2Ar4uvZJ3mQ47u2fLG6ht6PBFNgGQQWgBwBesElt4Tb2hE398lpqlZEGFf4OTBeHpMM7Prqx6L7eoGSRqORLe5rAOLzr0pIsUV8upRZ0LrYOUhSKeXXgo0LSMeMwEbJpU3uUT8uggyzBRMh+1Kh2NE9Gr\/eUcxCxANl4Ey20REDccx00c6X0+7flSb2SjFyjlEz5CLpHQriMKNq4ekcNJgD+rqwhLqil36wPVV9qxiFICTqxoGnt7onQUSMy\/Q3C1yUQSiUpdo67XfmRwgHIz1ljWb3qNveTXVOwIDAQAB",
    "manifest_version": 2,
    "name": "Color Picker",
    "permissions": [
        "",
        "storage"
    ],
    "version": "1.4"
}