Color Picker and Eye Dropper

Color Picker tool extracts colours from a webpage and stores them in a Recent Colors palette. Eye Dropper feature.

Color Picker and Eye Dropper क्या है?

Color Picker and Eye Dropper White Moon Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color Picker tool extracts colours from a webpage and stores them in a Recent Colors palette. Eye Dropper feature."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Features:
➡️ This extension extracts colors from the current screen.
➡️ This extension has two main features i) Eye Dropper and ii) Color Selector.
➡️ Eye dropper to select any color from the current window and Color Selector to make possible combinations of RGB and form a required color.
➡️ Users can save up to 50 recent colors and copy color hex code by clicking it.
➡️ Eye dropper of this extension is powerful enough to extract color from all sites. It also works on new tab pages, chrome settings pages, and the chrome web store.
➡️ Click on the color boxes in a recent colors section to copy the hex value to the clipboard.
➡️ This extension also provides extra tools like a color grader, color namer , color mixer, and color code converter. 
➡️ A user-friendly and simple interface, just click on the color box or clickable hex code to copy hex value.

Shortcut Key:
☑️ For Windows, Linux Press "Ctrl+Shift+9". 
☑️ For MacBook "Command+Shift+9". to activate the color picker 
  function.
🔘 Press «Esc» to cancel the tool on the page.

Version v1.0.1.9 released
☑️ The major bug from the eye dropper has been removed.
☑️ Unwanted animation effect removed and UI fixation.

Add our Vibrant Color Dropper extension to your browser, also write your valuable reviews so that we get the motivation to make more useful extensions.
Please also provide feedback, which makes us in fixing any shortcomings/bugs and make our extension even more convenient for all 😃.                    

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

नाम Color Picker and Eye Dropper Color Picker and Eye Dropper
ID fcekakhpgmlaihglgajajbceajnhlgfn
आधिकारिक URL https://chromewebstore.google.com/detail/color-picker-and-eye-drop/fcekakhpgmlaihglgajajbceajnhlgfn
विवरण Color Picker tool extracts colours from a webpage and stores them in a Recent Colors palette. Eye Dropper feature.
फ़ाइल का आकार 4.82 MB
स्थापना संख्या 80,000
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-12-19
प्रकाशन तिथि 2022-04-21
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर White Moon Inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webchrometools.netlify.app/#/vibrantcolortools
सहायता पृष्ठ URL https://webchrometools.netlify.app/#/review/vibrantcolortools
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/images\/clogo.png",
        "96": "\/images\/clogo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "\/images\/clogo.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/clogo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            }
        }
    }
}