Color Hunter

Export the color palette of a website in a single click

Wat is Color Hunter?

Color Hunter is een Chrome-extensie ontwikkeld door https://lakshmisankar.com, en de belangrijkste functie is "Export the color palette of a website in a single click".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Color Hunter

Download Color Hunter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Color Hunter Color Hunter
ID bpgkpfghcehfbffdfhelbooocbafaakd
Officiële URL https://chromewebstore.google.com/detail/color-hunter/bpgkpfghcehfbffdfhelbooocbafaakd
Beschrijving Export the color palette of a website in a single click
Bestandsgrootte 105 KB
Aantal Installaties 187
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-07-09
Publicatiedatum 2023-06-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://lakshmisankar.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/plsankar/colorhunter
Help Pagina-URL https://github.com/plsankar/colorhunter
Ondersteunde Talen 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",
        ""
    ]
}