Color picker
Finds the color under your cursor in HEX and RGB form
Cos'è Color picker?
Color picker è un'estensione di Chrome sviluppata da Felix, e la sua funzione principale è "Finds the color under your cursor in HEX and RGB form".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Color picker
Scarica i file di estensione Color picker 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
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.
Informazioni di Base sull'Estensione
Nome | Color picker |
ID | bgbfgaaibhpepheabkdeniilmcljibob |
URL Ufficiale | https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob |
Descrizione | Finds the color under your cursor in HEX and RGB form |
Dimensione del File | 855 KB |
Conteggio Installazioni | 1,317 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-03-28 |
Data di Pubblicazione | 2022-03-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Felix |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |