Eyedropper - Color Picker tool

Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.

What is Eyedropper - Color Picker tool?

Eyedropper - Color Picker tool is a Chrome extension developed by https://colorspicker.net, and its main feature is "Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Eyedropper - Color Picker tool Extension CRX File

Download Eyedropper - Color Picker tool 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

                        Eyedropper - Color Picker Tool: Unleash Your Color Creativity!

Unlock the full spectrum of colors with the "Eyedropper - Color Picker Tool," an advanced Chrome extension designed for designers, developers, and color enthusiasts. This versatile tool enables you to capture and use any color from web pages and your desktop, enhancing your design and development workflow.


Key Features & Benefits:
Advanced Color Picking: Similar to Photoshop's color selector, offering professional-grade tools.

Auto Clipboard Copy: Colors are automatically copied to your clipboard, streamlining your design process.

Versatile Formats: Supports HEX, RGB, HSV formats, catering to various project needs.

Dynamic Color Detection: Detect the most used color on a page or get the average color of a selected area.

Color Analyzer & Palette Viewer: Analyze webpage colors and view pre-installed palettes for inspiration.

Color History: Keep track of your recently picked colors for easy reference.

Element Information Display: Shows details like tag name, class, id, and size for a comprehensive design experience.

Keyboard Shortcuts: Enhance efficiency with handy shortcuts.
Flash Object Compatibility: Pick colors even from Flash objects, offering extended functionality.


How To Use Eyedropper - Color Picker Tool:
1. Install the Extension: Add the "Eyedropper - Color Picker Tool" from the Chrome store to your browser.

2. Prepare for Color Picking: Once installed, open any webpage or use it on your desktop. Ensure the page is fully loaded for optimal functionality.

3. Activate the Picker: Click the extension icon and enable the color picker. For desktop usage, ensure the application is running in the background.

4. Select Your Color: Click on the desired area on your webpage or desktop. The tool will display color information in multiple formats (HEX, RGB, HSV) and automatically copy it to your clipboard.

5. Repeat as Needed: Continue to pick colors as needed, with the option to view your color history for recently selected shades.

This guide simplifies the process for users, making it easy to understand and utilize all the powerful features of the "Eyedropper - Color Picker Tool"                    

Extension Basic Information

Name Eyedropper - Color Picker tool Eyedropper - Color Picker tool
ID gogbiohkminacikoppmljeolgccpmlop
Official URL https://chromewebstore.google.com/detail/eyedropper-color-picker-t/gogbiohkminacikoppmljeolgccpmlop
Description Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.
File Size 4.97 MB
Installation Count 20,000
Current Version 1.2.1
Last Updated 2024-01-23
Publish Date 2021-11-25
Rating 4.73/5 Total 44 Ratings
Developer https://colorspicker.net
Email [email protected]
Payment Type free
Privacy Policy Page URL http://colorspicker.net/privacy_policy.html
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,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",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/icon-128_x_128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "src\/js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon-16_x_16.png",
        "32": "icons\/icon-32_x_32.png",
        "64": "icons\/icon-64_x_64.png",
        "128": "icons\/icon-128_x_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}