Color Eye Dropper 2.0

Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!

Color Eye Dropper 2.0 क्या है?

Color Eye Dropper 2.0 C E द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!"।

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

screenshot
screenshot

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

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

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

                        ⬇️ Easy to setup ⬇️:

1. Click our extension icon 🎨
2. Choose from colors found on screen in our extension drop down page or click “Pick color from web page” 🎨
3. If you chose “Pick color from web page”, go to the color on the web page and hover over it until you found the right spot/color you want 🎨
4. Click on it 🖱️
5. Go back to our extension drop down page & you’ll see the color & color code that you selected in the top right 🎨
6. That’s it!

Features:

1 - Free & Easy-to-Use 🆓

2 - Choose color from web page that is already loaded on our extension drop down page 🎨

3 - Choose color from web page from our extension drop down page 🎨

4 - Color History that shows the most recent colors you color picked w/ hover ability 🎨

5 - Color Picker/Wheel that allows you to find the color based on the HEX code or from the color wheel 🎨

Install Color Eye Dropper and start picking out colors from any web page or finding colors from our color wheel! 🎨                    

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

नाम Color Eye Dropper 2.0 Color Eye Dropper 2.0
ID cmboomkdkngiglblihhlokadkkocjjaa
आधिकारिक URL https://chromewebstore.google.com/detail/color-eye-dropper-20/cmboomkdkngiglblihhlokadkkocjjaa
विवरण Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!
फ़ाइल का आकार 172 KB
स्थापना संख्या 3,271
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2022-09-04
प्रकाशन तिथि 2022-09-04
रेटिंग 4.16/5 कुल 32 रेटिंग्स
डेवलपर C E
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 3,
    "minimum_chrome_version": "95",
    "name": "Color Eye Dropper 2.0",
    "description": "Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_popup": ".\/index.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    }
}