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'est-ce que ColorCraft ?
ColorCraft est une extension Chrome développée par https://colorcraft.io, et sa fonction principale est "ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ColorCraft
Téléchargez les fichiers d'extension ColorCraft au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ColorCraft |
ID | phipihmpeladolpicbledanamelhnggp |
URL Officiel | https://chromewebstore.google.com/detail/colorcraft/phipihmpeladolpicbledanamelhnggp |
Description | ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With… |
Taille du Fichier | 141 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.21 |
Dernière Mise à Jour | 2023-07-09 |
Date de Publication | 2023-06-19 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | https://colorcraft.io |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.colorcraft.io |
Langues Prises en Charge | 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" ] } |