Huey

Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.

Hvad er Huey?

Huey er en Chrome-udvidelse udviklet af https://kuldp.dev, og dens hovedfunktion er "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Huey-udvidelses-CRX-fil

Download Huey-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        A simple color picker extension. Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.                    

Grundlæggende oplysninger om udvidelsen

Navn Huey Huey
ID diglalbiemiiapebfblemllfmfglglaf
Officiel URL https://chromewebstore.google.com/detail/huey/diglalbiemiiapebfblemllfmfglglaf
Beskrivelse Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
Filstørrelse 10.9 KB
Antal Installationer 88
Nuværende Version 1.0
Senest Opdateret 2023-01-09
Udgivelsesdato 2023-01-09
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://kuldp.dev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://kuldp.dev
Hjælpeside-URL https://kuldp.dev
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Huey",
    "description": "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.",
    "version": "1.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "96": "icons\/icon96.png"
    }
}