ColorCraft
ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…
¿Qué es ColorCraft?
ColorCraft es una extensión de Chrome desarrollada por https://colorcraft.io, y su función principal es "ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ColorCraft
Descarga archivos de extensión ColorCraft en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With effortless color identification, real-time modification, and the ability to save and load configurations and much more. Changelogs 1.2: - New Design - Save and Load Configurations Key Features: - Capture All Colors Instantly: Collect all colors used on a webpage along with their names - Interactive Highlighting: Simply hover over a color to see where it's used on the site. - Live Color Adjustment: Experiment with the aesthetic appeal of the site by modifying colors in real time. - Easy Copy-Paste: Found a color you love? Copy it to your clipboard in RGBA, HEX(A), or HSLA format, ready to use in your projects. Exciting features coming soon: Future updates: - Retrieve colors for specific elements - Statistics of colors used on the page - Export palettes - Changing entire site palette - AI Recommended Colors
Información Básica de la Extensión
Nombre | ColorCraft |
ID | phipihmpeladolpicbledanamelhnggp |
URL Oficial | https://chromewebstore.google.com/detail/colorcraft/phipihmpeladolpicbledanamelhnggp |
Descripción | ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With… |
Tamaño del Archivo | 141 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 1.21 |
Última Actualización | 2023-07-09 |
Fecha de Publicación | 2023-06-19 |
Calificación | 5.00/5 Total de 12 Calificaciones |
Desarrollador | https://colorcraft.io |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://www.colorcraft.io |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ColorCraft", "version": "1.21", "action": { "default_popup": "src\/index.html", "default_icon": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage" ] } |