Color Hunter

Export the color palette of a website in a single click

Color Hunter là gì?

Color Hunter là một tiện ích mở rộng Chrome được phát triển bởi https://lakshmisankar.com, và tính năng chính của nó là "Export the color palette of a website in a single click".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Color Hunter 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

                        ColorHunter - Find Color Palette of a Website

This is an open source project. 

The project source code can be found at: https://github.com/plsankar/colorhunter

What does Color Hunter do?

ColorHunter is an innovative Chrome browser extension designed to uncover the captivating color scheme of any website with just a few clicks. Seamlessly integrated into your browser, ColorHunter empowers web designers, developers, and creative enthusiasts to explore and extract the colors used in a website's design effortlessly.

ColorHunter employs cutting-edge algorithms to scan the entire webpage and precisely identify the colors utilized in various elements, such as backgrounds, text, buttons, and images. Discover the hues that make up the visual identity of any website.

Whether you're a web designer seeking inspiration, a developer aiming for consistent branding, or a color enthusiast fascinated by the chromatic possibilities, ColorHunter is the ultimate tool to uncover the beautiful world of colors within websites. Enhance your creativity, streamline your design process, and transform the way you perceive digital aesthetics with ColorHunter.                    

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

Tên Color Hunter Color Hunter
ID bpgkpfghcehfbffdfhelbooocbafaakd
URL Chính Thức https://chromewebstore.google.com/detail/color-hunter/bpgkpfghcehfbffdfhelbooocbafaakd
Mô tả Export the color palette of a website in a single click
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 187
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-07-09
Ngày Phát Hành 2023-06-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://lakshmisankar.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/plsankar/colorhunter
URL Trang Trợ Giúp https://github.com/plsankar/colorhunter
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Color Hunter",
    "description": "Export the color palette of a website in a single click",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/color-scanner.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}