ColorCraft

ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…

What is ColorCraft?

ColorCraft is a Chrome extension developed by https://colorcraft.io, and its main feature is "ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ColorCraft Extension CRX File

Download ColorCraft extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ColorCraft ColorCraft
ID phipihmpeladolpicbledanamelhnggp
Official URL 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…
File Size 141 KB
Installation Count 49
Current Version 1.21
Last Updated 2023-07-09
Publish Date 2023-06-19
Rating 5.00/5 Total 12 Ratings
Developer https://colorcraft.io
Email [email protected]
Payment Type in_app
Extension Website https://www.colorcraft.io
Supported Languages 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"
    ]
}