Huey

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

Cos'è Huey?

Huey è un'estensione di Chrome sviluppata da https://kuldp.dev, e la sua funzione principale è "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Huey

Scarica i file di estensione Huey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Huey Huey
ID diglalbiemiiapebfblemllfmfglglaf
URL Ufficiale https://chromewebstore.google.com/detail/huey/diglalbiemiiapebfblemllfmfglglaf
Descrizione Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
Dimensione del File 10.9 KB
Conteggio Installazioni 88
Versione Corrente 1.0
Ultimo Aggiornamento 2023-01-09
Data di Pubblicazione 2023-01-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://kuldp.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kuldp.dev
URL della Pagina di Aiuto https://kuldp.dev
Lingue Supportate 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"
    }
}