Hex Color picker for Chrome™

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

Co je Hex Color picker for Chrome™?

Hex Color picker for Chrome™ je rozšíření Chrome vyvinuté https://image-color-picker.com, a jeho hlavní funkcí je „Pick colors from any web pages and get the HEX color code with fast and easily.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Hex Color picker for Chrome™

Stáhněte si soubory rozšíření Hex Color picker for Chrome™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hex Color picker for Chrome™ Hex Color picker for Chrome™
ID emcdddpfpajfemcjggaodbdecipdeeon
Oficiální URL https://chromewebstore.google.com/detail/hex-color-picker-for-chro/emcdddpfpajfemcjggaodbdecipdeeon
Popis Pick colors from any web pages and get the HEX color code with fast and easily.
Velikost souboru 516 KB
Počet instalací 2,409
Aktuální Verze 1.0
Poslední Aktualizace 2022-09-25
Datum Vydání 2022-09-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://image-color-picker.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://image-color-picker.com/hex-code-picker
URL Stránky Nápovědy https://image-color-picker.com/contact
URL Stránky Zásad Ochrany Soukromí https://www.image-color-picker.com/privacy-policy
Podporované Jazyky 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": [
        ""
    ]
}