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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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",
        ""
    ]
}