Color Hunter

Export the color palette of a website in a single click

什麼是Color Hunter?

Color Hunter是由https://lakshmisankar.com開發的Chrome擴展程式,該擴展的主要功能是“Export the color palette of a website in a single click”。

擴展截圖

screenshot
screenshot

下載Color Hunter擴展crx文件

下載Color Hunter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Color Hunter Color Hunter
ID bpgkpfghcehfbffdfhelbooocbafaakd
官方網址 https://chromewebstore.google.com/detail/color-hunter/bpgkpfghcehfbffdfhelbooocbafaakd
簡介 Export the color palette of a website in a single click
檔案大小 105 KB
安裝次數 187
目前版本 1.0.1
更新時間 2023-07-09
上架時間 2023-06-28
評分 5.00/5 共 1 次評分
開發者 https://lakshmisankar.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/plsankar/colorhunter
說明頁面URL https://github.com/plsankar/colorhunter
支援的語言 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",
        ""
    ]
}