Screen Color Picker
An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
Cos'è Screen Color Picker?
Screen Color Picker è un'estensione di Chrome sviluppata da meddeg59, e la sua funzione principale è "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screen Color Picker
Scarica i file di estensione Screen 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
An easy and fast extension to pick the color code of a pixel from ANYWHERE on your screen. Click the extension logo, click on the pixel you want to take the color code from , and here we go ,the color code is directly copied to your clipboard !
Informazioni di Base sull'Estensione
Nome | Screen Color Picker |
ID | ppjaeooknocbiflabboobeaeoedlpecl |
URL Ufficiale | https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl |
Descrizione | An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen |
Dimensione del File | 69.86 KB |
Conteggio Installazioni | 897 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-09-29 |
Data di Pubblicazione | 2022-09-28 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | meddeg59 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screen Color Picker", "version": "1.0.0", "action": { "default_title": "Pick a color from your screen" }, "permissions": [ "activeTab" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.jsx.10f1a301.62bb8f98.js" ], "matches": [ " |