Color Eyedropper

Pick colors from web pages, color picker and your personal color history.

Wat is Color Eyedropper?

Color Eyedropper is een Chrome-extensie ontwikkeld door https://smalldatatools.com, en de belangrijkste functie is "Pick colors from web pages, color picker and your personal color history.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Color Eyedropper

Download Color Eyedropper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        With our lightweight eyedropper extension, you can quickly select colors from webpages or from advanced color picker. 

The extension lets you get the exact HEX/RGB/HSV value and keep the history of picked colors. It is very nice for any graphics designers or web developers, or for anyone who just really likes colors. 

This extension doesn't collect or store any personal information.

CHANGELOG
==========
Version 0.1.5 - 0.1.6
- Add google analytics
- Update tab permission

Version 0.1.4 - 2023-08-04
- Update extension title & description

Version 0.1.3 - 2022-12-15
- Fix occasional picker failures

Version 0.1.0 - 0.1.2
- Grab colors from web pages
- Get HEX/RGB/HSB values
- History of picked color                    

Basisinformatie over de Extensie

Naam Color Eyedropper Color Eyedropper
ID hkjmjcmlaoidmlpbmdogcklanooafpne
Officiële URL https://chromewebstore.google.com/detail/color-eyedropper/hkjmjcmlaoidmlpbmdogcklanooafpne
Beschrijving Pick colors from web pages, color picker and your personal color history.
Bestandsgrootte 208 KB
Aantal Installaties 161
Huidige Versie 0.1.6
Laatst Bijgewerkt 2024-01-19
Publicatiedatum 2022-06-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://smalldatatools.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.smalldatatools.com
Help Pagina-URL https://www.smalldatatools.com/contact-us.php
URL van de Privacybeleid Pagina https://www.smalldatatools.com/privacy-policy.php
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Color Eyedropper",
    "description": "Pick colors from web pages, color picker and your personal color history.",
    "version": "0.1.6",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "commands": {
        "activate": {
            "description": "Activate eyedropper from web page",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    }
}