Instant Color Picker

Quickly select colors from website or colorpicker board anytime.

Wat is Instant Color Picker?

Instant Color Picker is een Chrome-extensie ontwikkeld door https://smalldatatools.com, en de belangrijkste functie is "Quickly select colors from website or colorpicker board anytime.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Instant Color Picker

Download Instant Color Picker-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

                        Instant Color Picker allows you to grab the color from webpage and copy it in any format. This extension has a simple and user-friendly interface. It is very simple to use, just try it! 

The main features are:
⭐Pick a color from current page
⭐Pick a color from colorpicker board
⭐Support multiple formats: HEX, RGB, HSV
⭐Keep last-picked color in record for later use

CHANGELOG
==========
Version 0.1.3 - 0.1.4
- Add google analytics
- Update tab permission

Version 0.1.1 - 0.1.2
- Fix occasional picker failures

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

Basisinformatie over de Extensie

Naam Instant Color Picker Instant Color Picker
ID pokogggedpiedkakbmlinhcjifihhkec
Officiële URL https://chromewebstore.google.com/detail/instant-color-picker/pokogggedpiedkakbmlinhcjifihhkec
Beschrijving Quickly select colors from website or colorpicker board anytime.
Bestandsgrootte 84.72 KB
Aantal Installaties 275
Huidige Versie 0.1.4
Laatst Bijgewerkt 2024-01-19
Publicatiedatum 2022-09-21
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": "Instant Color Picker",
    "description": "Quickly select colors from website or colorpicker board anytime.",
    "version": "0.1.4",
    "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 color picker from webpage",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    }
}