Color Picker Monster

Grab colors from web pages, color picker, color history. Faster & Better than Color picker, color pick, eyedropper, colorzilla

Color Picker Monster क्या है?

Color Picker Monster andrewlevin144 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grab colors from web pages, color picker, color history. Faster & Better than Color picker, color pick, eyedropper, colorzilla"।

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

screenshot

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

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

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

                        With Color Picker Monster, identifying the colors, saving, and editing them into beautiful color combinations is a quick and simple job.

 Color Picker Monster features include:

* Different formats: HEX, RGB, HSV
* Detect most used color on the page
* Color list of recently picked colors
* Red-Green-Blue (RGB) color wheel to adjust selected color

How to use:
1. Click on extension’s button in the toolbar
2. Click the “Pick Color” button
3. Select an area on the page with a color you need
4. Double click to HEX representation to copy it to the clipboard                    

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

नाम Color Picker Monster Color Picker Monster
ID hikagiaeegcglcednjdcpnfajenpiemn
आधिकारिक URL https://chromewebstore.google.com/detail/color-picker-monster/hikagiaeegcglcednjdcpnfajenpiemn
विवरण Grab colors from web pages, color picker, color history. Faster & Better than Color picker, color pick, eyedropper, colorzilla
फ़ाइल का आकार 1.22 MB
स्थापना संख्या 126
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-10-08
प्रकाशन तिथि 2022-10-07
डेवलपर andrewlevin144
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,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_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "images\/128-img.png",
        "48": "images\/48-img.png",
        "38": "images\/38-img.png",
        "19": "images\/19-img.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/128-img.png",
            "48": "images\/48-img.png",
            "38": "images\/38-img.png",
            "19": "images\/19-img.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "options_page": "options.html",
    "commands": {
        "run-picker": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Activate pick color from web page."
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+R",
                "mac": "Alt+R",
                "chromeos": "Alt+R",
                "linux": "Alt+R"
            }
        }
    },
    "version": "1.0.0",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "commands",
        "notifications",
        "webRequest",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/cnt.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}