ColorPick Eyedropper

Gets the web page color

What is ColorPick Eyedropper?

ColorPick Eyedropper is a Chrome extension developed by https://pictureknow.com, and its main feature is "Gets the web page color".

Extension Screenshots

screenshot

Download ColorPick Eyedropper Extension CRX File

Download ColorPick Eyedropper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get web page color

How to use:

Right click to pick web page color                    

Extension Basic Information

Name ColorPick Eyedropper ColorPick Eyedropper
ID gkgaemflnhefahffachgkbpklfgggamn
Official URL https://chromewebstore.google.com/detail/colorpick-eyedropper/gkgaemflnhefahffachgkbpklfgggamn
Description Gets the web page color
File Size 309 KB
Installation Count 10,000
Current Version 1.3.5
Last Updated 2024-03-03
Publish Date 2020-01-08
Rating 2.93/5 Total 28 Ratings
Developer https://pictureknow.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pictureknow.com/protocol
Supported Languages id,ms,de,en,fil,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.3.5",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/item.taobao.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/detail.tmall.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/item.jd.com\/*"
            ],
            "js": [
                "js\/jd_coupon_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "proxy",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "en"
}