Hex Color picker for Chrome™

Pick colors from any web pages and get the HEX color code with fast and easily.

Cos'è Hex Color picker for Chrome™?

Hex Color picker for Chrome™ è un'estensione di Chrome sviluppata da https://image-color-picker.com, e la sua funzione principale è "Pick colors from any web pages and get the HEX color code with fast and easily.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hex Color picker for Chrome™

Scarica i file di estensione Hex Color picker for Chrome™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Hex Color picker is a simple chrome extension which enables you to pick any color from the webpage and your screen. And the colors will be save in the list of selected colors.

You can copy the Hex code to the clipboard with fast and easily.

What is Hex color code?
HTML color code or Hex code hexadecimal triplets representing the colors red, green, and blue (#RRGGBB). 

For example, in the color red, the color code is #FF0000, which is '255' red, '0' green, and '0' blue. There are 16,777,216 possible HTML color codes.

Visit our website for more useful tools for designers.

Thank you for using this tool.                    

Informazioni di Base sull'Estensione

Nome Hex Color picker for Chrome™ Hex Color picker for Chrome™
ID emcdddpfpajfemcjggaodbdecipdeeon
URL Ufficiale https://chromewebstore.google.com/detail/hex-color-picker-for-chro/emcdddpfpajfemcjggaodbdecipdeeon
Descrizione Pick colors from any web pages and get the HEX color code with fast and easily.
Dimensione del File 516 KB
Conteggio Installazioni 2,409
Versione Corrente 1.0
Ultimo Aggiornamento 2022-09-25
Data di Pubblicazione 2022-09-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://image-color-picker.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://image-color-picker.com/hex-code-picker
URL della Pagina di Aiuto https://image-color-picker.com/contact
URL della Pagina della Politica sulla Privacy https://www.image-color-picker.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hex Color picker for Chrome\u2122",
    "description": "Pick colors from any web pages and get the HEX color code with fast and easily.",
    "version": "1.0",
    "short_name": "Hex Color Picker",
    "manifest_version": 3,
    "action": {
        "default_title": "Hex Color picker",
        "default_icon": "icon.png",
        "default_popup": ".\/Popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}