Eyedropper - Color Picker tool

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

Qu'est-ce que Eyedropper - Color Picker tool ?

Eyedropper - Color Picker tool est une extension Chrome développée par https://colorspicker.net, et sa fonction principale est "Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Eyedropper - Color Picker tool

Téléchargez les fichiers d'extension Eyedropper - Color Picker tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom Eyedropper - Color Picker tool Eyedropper - Color Picker tool
ID gogbiohkminacikoppmljeolgccpmlop
URL Officiel https://chromewebstore.google.com/detail/eyedropper-color-picker-t/gogbiohkminacikoppmljeolgccpmlop
Description Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.
Taille du Fichier 4.97 MB
Nombre d'Installations 20,000
Version Actuelle 1.2.1
Dernière Mise à Jour 2024-01-23
Date de Publication 2021-11-25
Évaluation 4.73/5 Total 44 Évaluations
Développeur https://colorspicker.net
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://colorspicker.net/privacy_policy.html
Langues Prises en Charge 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'"
    }
}