Color Grab
Copy the color code from any webpage in various formats.
Cos'è Color Grab?
Color Grab è un'estensione di Chrome sviluppata da https://www.techy.how, e la sua funzione principale è "Copy the color code from any webpage in various formats.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Color Grab
Scarica i file di estensione Color Grab 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
Introducing Color Grab, the ultimate color picker tool designed to elevate your design workflow and creativity. Whether you're a professional designer, developer, or simply someone who loves exploring colors, this powerful Chrome extension is the perfect solution for you. With Color Grab, you can: • Effortlessly select and capture colors from any web page using a user-friendly color picker tool • Instantly obtain color codes in multiple formats, including RGB, hex, and HSL • Save and manage a list of your favorite colors for easy access in future projects Color Grab offers a seamless browsing experience, enabling you to pick and save colors as you browse the web without interrupting your workflow. The extension's intuitive interface ensures you can quickly copy color codes, allowing you to focus on creating visually stunning designs. As a free and easy-to-use tool, Color Grab is the must-have extension for anyone seeking to enhance their design process and discover new color combinations. Don't miss out on this opportunity to streamline your workflow, boost your creativity, and make a lasting impression with your designs. Install Color Grab now and unlock a world of colors at your fingertips!
Informazioni di Base sull'Estensione
Nome | Color Grab |
ID | ocfondngidllnbfjpogdecokahgjkelg |
URL Ufficiale | https://chromewebstore.google.com/detail/color-grab/ocfondngidllnbfjpogdecokahgjkelg |
Descrizione | Copy the color code from any webpage in various formats. |
Dimensione del File | 76.55 KB |
Conteggio Installazioni | 620 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-04-04 |
Data di Pubblicazione | 2023-04-03 |
Sviluppatore | https://www.techy.how |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.techy.how/ |
URL della Pagina di Aiuto | https://www.techy.how/tools |
URL della Pagina della Politica sulla Privacy | https://www.techy.how/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Color Grab", "version": "1.0", "description": "Copy the color code from any webpage in various formats.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |