Color picker
Finds the color under your cursor in HEX and RGB form
Co je Color picker?
Color picker je rozšíření Chrome vyvinuté Felix, a jeho hlavní funkcí je „Finds the color under your cursor in HEX and RGB form“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Color picker
Stáhněte si soubory rozšíření Color picker 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í
Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. **This extension is only compatible with Chrome, Opera, and Microsoft Edge. ** Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.
Základní Informace o Rozšíření
Název | Color picker |
ID | bgbfgaaibhpepheabkdeniilmcljibob |
Oficiální URL | https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob |
Popis | Finds the color under your cursor in HEX and RGB form |
Velikost souboru | 855 KB |
Počet instalací | 1,317 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-03-28 |
Datum Vydání | 2022-03-28 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Felix |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color picker", "description": "Finds the color under your cursor in HEX and RGB form", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/wheel16.png", "32": "\/images\/wheel32.png", "48": "\/images\/wheel48.png", "128": "\/images\/wheel128.png" } } |