Hex Color picker for Chrome™

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

Qu'est-ce que Hex Color picker for Chrome™ ?

Hex Color picker for Chrome™ est une extension Chrome développée par https://image-color-picker.com, et sa fonction principale est "Pick colors from any web pages and get the HEX color code with fast and easily.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hex Color picker for Chrome™

Téléchargez les fichiers d'extension Hex Color picker for Chrome™ 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

                        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.                    

Informations de Base sur l'Extension

Nom Hex Color picker for Chrome™ Hex Color picker for Chrome™
ID emcdddpfpajfemcjggaodbdecipdeeon
URL Officiel https://chromewebstore.google.com/detail/hex-color-picker-for-chro/emcdddpfpajfemcjggaodbdecipdeeon
Description Pick colors from any web pages and get the HEX color code with fast and easily.
Taille du Fichier 516 KB
Nombre d'Installations 2,409
Version Actuelle 1.0
Dernière Mise à Jour 2022-09-25
Date de Publication 2022-09-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://image-color-picker.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://image-color-picker.com/hex-code-picker
URL de la Page d'Aide https://image-color-picker.com/contact
URL de la Page de Politique de Confidentialité https://www.image-color-picker.com/privacy-policy
Langues Prises en Charge 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": [
        ""
    ]
}