Eyedropper - Color Picker tool

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

O que é Eyedropper - Color Picker tool?

Eyedropper - Color Picker tool é uma extensão do Chrome desenvolvida por https://colorspicker.net, e sua principal característica é "Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Eyedropper - Color Picker tool

Baixe arquivos de extensão Eyedropper - Color Picker tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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"                    

Informações Básicas da Extensão

Nome Eyedropper - Color Picker tool Eyedropper - Color Picker tool
ID gogbiohkminacikoppmljeolgccpmlop
URL Oficial https://chromewebstore.google.com/detail/eyedropper-color-picker-t/gogbiohkminacikoppmljeolgccpmlop
Descrição Color Picker: Effortless eyedropper tool for quick HEX, HSL, RGB, CSS color capture.
Tamanho do Arquivo 4.97 MB
Contagem de Instalações 20,000
Versão Atual 1.2.1
Última Atualização 2024-01-23
Data de Publicação 2021-11-25
Classificação 4.73/5 Total de 44 Avaliações
Desenvolvedor https://colorspicker.net
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://colorspicker.net/privacy_policy.html
Idiomas Suportados 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'"
    }
}