ColorCraft
ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…
O que é ColorCraft?
ColorCraft é uma extensão do Chrome desenvolvida por https://colorcraft.io, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão ColorCraft
Baixe arquivos de extensão ColorCraft no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ColorCraft |
ID | phipihmpeladolpicbledanamelhnggp |
URL Oficial | https://chromewebstore.google.com/detail/colorcraft/phipihmpeladolpicbledanamelhnggp |
Descrição | ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With… |
Tamanho do Arquivo | 141 KB |
Contagem de Instalações | 49 |
Versão Atual | 1.21 |
Última Atualização | 2023-07-09 |
Data de Publicação | 2023-06-19 |
Classificação | 5.00/5 Total de 12 Avaliações |
Desenvolvedor | https://colorcraft.io |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://www.colorcraft.io |
Idiomas Suportados | 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" ] } |