ColorPick Eyedropper

A zoomed eyedropper & color chooser tool that allows you to select color values from webpages and more.

什麼是ColorPick Eyedropper?

ColorPick Eyedropper是由https://vidsbee.com開發的Chrome擴展程式,該擴展的主要功能是“A zoomed eyedropper & color chooser tool that allows you to select color values from webpages and more.”。

擴展截圖

screenshot
screenshot
screenshot

下載ColorPick Eyedropper擴展crx文件

下載ColorPick Eyedropper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        If you feel the need to alert the developer about a bug use the feedback forum instead of writing a review.

ColorPick needs permission on all websites so that it is at the ready when you need it.  In order to use the tabs API this permission is required.  Color pick does not abuse this permission and is highly configurable.  You can always review the source code yourself, which is available online here https://github.com/qufighter/ColorPick PRs welcome!

Please note that colors are picked from a snapshot of the page that is updated only when you scroll.  To take a new snapshot press r or use the re-snap button.  Sometimes if you just changed tabs, you may see a snapshot error - this is an intentional security feature.  Press R or scroll to correct this, or exit color pick and try again.

As with most extensions of this nature, it will not work out of the box on the web store, or on file:// pages.  It will work on local file pages only after you "Allow access to file URLs" from the tools->extensions manager.

If you experience an issue, try the following:
 - Try a new website in a different tab and see if it works there
 - Try the same website in a new tab and see if that works
 - Reloading the extension or tab may sometimes be needed

If you need to operate on unsupported pages try the desktop app version (mac+pc) at color-pick.com or if you are selecting colors from screenshots, images or photos try the mobile phone/tablet app for IOS and Android - search the store for "ColorPick" (which also includes color based mini games).

If you're looking for a quick and easy to use color eye dropper with zoomed drag-able preview for fine tuning you've come to the right place.  If you experience any bugs PLEASE report them using the feedback button, I want to fix them if they can be fixed.

It has been reported that it may take a few tries before it starts working initially.  You may have to refresh the page or re-load the extension.  I have personally experienced bugs where mousemove event does not fire, etc, but then when I switch out of chrome and back, it starts working.  There is little that can be done to fix this except be patient and try again.

Keep in mind that your display's color space matters - if it or chrome is not set to sRGB (and restarted chrome) then some colors set to one value will pick as a different value (as if from a screenshot, which in some cases can have a similar effect).

Color Pick attempts to use lossless PNG quality to detect colors.  If you experience bugs or distorted snapshot of the page disable this feature to use JPEG quality.

If your business is using this extension or the desktop app than you should urge them to purchase the appropriate license.

Thank You,
Sam

-------------------------------------------
This program is a Color Picker, or an Eye Dropper, also a ColorPicker or EyeDroper depending on how you wish to spell it.  It also contains webpage region magnification/zoom loupe features.  Zoom features may help you to see pixel perfect alignment accuracy during web development adjustments. This extension may someday be supported by URL rewriting affiliate links.  This may be disabled from options and is disabled by default.  When you uninstall this extension you may be asked to complete a survey - you can disable this survey from options.                    

擴展基本資訊

名稱 ColorPick Eyedropper ColorPick Eyedropper
ID ohcpnigalekghcmgcdcenkpelffpdolg
官方網址 https://chromewebstore.google.com/detail/colorpick-eyedropper/ohcpnigalekghcmgcdcenkpelffpdolg
簡介 A zoomed eyedropper & color chooser tool that allows you to select color values from webpages and more.
檔案大小 1.58 MB
安裝次數 2,376,134
目前版本 0.0.2.38
更新時間 2023-06-18
上架時間 2020-01-23
評分 4.26/5 共 1212 次評分
開發者 https://vidsbee.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://color-pick.com
說明頁面URL http://vidsbee.com/Contact/
隱私政策頁面URL http://vidsbee.com/ColorPick/Privacy
支援的語言 id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/no-shadow\/icon16.png",
            "32": "img\/icons\/no-shadow\/icon32.png",
            "19": "img\/icons\/no-shadow\/icon19.png",
            "38": "img\/icons\/no-shadow\/icon38.png",
            "48": "img\/icons\/no-shadow\/icon48.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "Cr.js",
                "options_prefs.js",
                "colorpick.user.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "installkey.user.js"
            ],
            "matches": [
                "http:\/\/vidsbee.com\/OrderComplete.php*",
                "https:\/\/vidsbee.com\/OrderComplete.php*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "color-input.user.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "options_prefs.js",
            "options_prefs_helpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/icon16.png",
        "img\/icon64.png",
        "img\/icons\/palette\/icon32.png",
        "img\/icons\/history\/icon32.png",
        "img\/icons\/search\/icon32.png",
        "img\/game\/bunny.webp",
        "img\/game\/rabbit.webp",
        "img\/crosshair.png",
        "img\/close.png",
        "img\/sponsors\/colordoctor.jpg",
        "img\/sponsors\/waterpik.jpg",
        "img\/sponsors\/picks.jpg",
        "img\/sponsors\/laser.jpg",
        "img\/sponsors\/color.jpg",
        "img\/sponsors\/prismacolor.jpg",
        "img\/sponsors\/bulb.jpg",
        "img\/sponsors\/purple.jpg"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "version": "0.0.2.38"
}