ColorCraft

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

ColorCraft là gì?

ColorCraft là một tiện ích mở rộng Chrome được phát triển bởi https://colorcraft.io, và tính năng chính của nó là "ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ColorCraft

Tải xuống các tệp mở rộng ColorCraft dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ColorCraft ColorCraft
ID phipihmpeladolpicbledanamelhnggp
URL Chính Thức https://chromewebstore.google.com/detail/colorcraft/phipihmpeladolpicbledanamelhnggp
Mô tả ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.21
Cập Nhật Lần Cuối 2023-07-09
Ngày Phát Hành 2023-06-19
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://colorcraft.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.colorcraft.io
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}