Color Hunter

Export the color palette of a website in a single click

Color Hunter क्या है?

Color Hunter https://lakshmisankar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export the color palette of a website in a single click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Color Hunter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}