Eyedropper - Color Picker tool

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

Was ist Eyedropper - Color Picker tool?

Eyedropper - Color Picker tool ist eine Chrome-Erweiterung, die von https://colorspicker.net entwickelt wurde, und ihr Hauptmerkmal ist "Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Eyedropper - Color Picker tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eyedropper - Color Picker tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name Eyedropper - Color Picker tool Eyedropper - Color Picker tool
ID gogbiohkminacikoppmljeolgccpmlop
Offizielle URL https://chromewebstore.google.com/detail/eyedropper-color-picker-t/gogbiohkminacikoppmljeolgccpmlop
Beschreibung Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.
Dateigröße 4.97 MB
Installationsanzahl 20,000
Aktuelle Version 1.2.1
Letztes Update 2024-01-23
Veröffentlichungsdatum 2021-11-25
Bewertung 4.73/5 Insgesamt 44 Bewertungen
Entwickler https://colorspicker.net
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://colorspicker.net/privacy_policy.html
Unterstützte Sprachen 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'"
    }
}