Pick Color
A Chrome Extension for enhance Colors picker & color converter
Cos'è Pick Color?
Pick Color è un'estensione di Chrome sviluppata da Shaikh Saifuddin, e la sua funzione principale è "A Chrome Extension for enhance Colors picker & color converter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pick Color
Scarica i file di estensione Pick Color 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
Best color picker tool. Pick colors from a browser tab and copy in any format. Awesome color picker allows you to select a pixel on the page and get color in popular formats. Grab colors from any website. It is Fast and reliable color picker tool. Features: 🎅 Pick a color from anywhere on your screen ⭐ Just select the color picker and pick the color it will generate color code 🍳 Formats: hex, hex shorthand, RGB, HSL 🧧 History panel with the latest selected colors 🎨 Get Random color generated with all the color formats 🍭 Easy to use Just copy and past in your code.
Informazioni di Base sull'Estensione
Nome | Pick Color |
ID | khjolfgpcjhcmealonfmmchhagngnecf |
URL Ufficiale | https://chromewebstore.google.com/detail/pick-color/khjolfgpcjhcmealonfmmchhagngnecf |
Descrizione | A Chrome Extension for enhance Colors picker & color converter |
Dimensione del File | 475 KB |
Conteggio Installazioni | 1,413 |
Versione Corrente | 0.0.21 |
Ultimo Aggiornamento | 2021-12-18 |
Data di Pubblicazione | 2021-12-15 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Shaikh Saifuddin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://colorio.web.app/ |
URL della Pagina di Aiuto | https://imsaif.web.app/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pick Color", "version": "0.0.21", "description": "A Chrome Extension for enhance Colors picker & color converter", "browser_action": { "default_icon": "assets\/images\/icons\/favicon-32x32.png", "default_popup": "index.html" }, "icons": { "16": "assets\/images\/icons\/favicon-16x16.png", "48": "assets\/images\/icons\/android-icon-48x48.png", "128": "assets\/images\/icons\/android-icon-48x48.png" }, "background": { "scripts": [ "assets\/js\/appScript.js" ] }, "permissions": [ "storage" ], "web_accessible_resources": [ "assets\/images\/*" ], "manifest_version": 2 } |