Color Dropper

An easy to use eyedropper tool that automatically copies the Hex Code of the desired color.

Color Dropper क्या है?

Color Dropper https://colordropper.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy to use eyedropper tool that automatically copies the Hex Code of the desired color."।

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

screenshot

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

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

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

                        Press the dropper icon on the menu bar or use keyboard shortcut and then click on any part of your browser screen. Automatically capture (and copy) the hex code to your clipboard. A small tooltip shows what color you currently have selected and, when clicked, will tell you what hex code is successfully copied.

Easy to use. Copies color in just one click. Extremely useful for developers and artists. 

☆ Default keyboard shortcut to activate is Ctrl+Shift+E (Cmd+Shift+E on Mac) ☆
☆ Shortcut can be changed by navigating to chrome://extensions/shortcuts ☆

Won't work on new tab page, Chrome settings pages, and the Chrome Web Store.

Works on the latest versions of Chrome.                    

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

नाम Color Dropper Color Dropper
ID cbagleaaaocejmdeichhdkmjebpljckh
आधिकारिक URL https://chromewebstore.google.com/detail/color-dropper/cbagleaaaocejmdeichhdkmjebpljckh
विवरण An easy to use eyedropper tool that automatically copies the Hex Code of the desired color.
फ़ाइल का आकार 51.03 KB
स्थापना संख्या 63,639
वर्तमान संस्करण 1.3.4
अंतिम अपडेट 2021-08-25
प्रकाशन तिथि 2020-06-25
रेटिंग 4.49/5 कुल 35 रेटिंग्स
डेवलपर https://colordropper.xyz
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://adamgonen.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Dropper",
    "version": "1.3.4",
    "description": "An easy to use eyedropper tool that automatically copies the Hex Code of the desired color.",
    "homepage_url": "https:\/\/colordropper.xyz",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "48": "assets\/48-color.png",
            "128": "assets\/128-color.png"
        }
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "assets\/48-color.png",
        "128": "assets\/128-color.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}