Ultimate Color Picker

Quickly pick HEX, RGB colors from a page with lightweight eyedropper tool

What is Ultimate Color Picker?

Ultimate Color Picker is a Chrome extension developed by https://verblike.com, and its main feature is "Quickly pick HEX, RGB colors from a page with lightweight eyedropper tool".

Extension Screenshots

screenshot

Download Ultimate Color Picker Extension CRX File

Download Ultimate Color Picker 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

                        ❗ Shortcut: Shift + Alt + C
❗ Mac: Shift + Option + C

Features:
🚀 Single-click to start colour picking
🚀 Chrome DevTools like Colour Picker
🚀 Colors selecting History
🚀 Copy colors in RGB or HEX format
🚀 Zoom

If you looking for: 
⭐️ Color Picker
⭐️ EyeDropper
⭐️ Photoshop Color Picker for Chrome
⭐️ The best tool for web designer
⭐️ 100% Free ColorPicker
⭐️ Most used color from web page palette


Color Picker doesn't collect or store any personal information.                    

Extension Basic Information

Name Ultimate Color Picker Ultimate Color Picker
ID lobiadjfmkomemokdfhiaaaidgdhcded
Official URL https://chromewebstore.google.com/detail/ultimate-color-picker/lobiadjfmkomemokdfhiaaaidgdhcded
Description Quickly pick HEX, RGB colors from a page with lightweight eyedropper tool
File Size 1.64 MB
Installation Count 37,756
Current Version 21
Last Updated 2023-10-10
Publish Date 2022-11-28
Rating 4.51/5 Total 45 Ratings
Developer https://verblike.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.verblike.com/chrome-extensions-privacy-policy
Supported Languages 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_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "21",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/art-and-design.png"
    },
    "action": [],
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/content\/inject.css",
                "icons\/art-and-design.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            }
        }
    }
}