Huey

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

Was ist Huey?

Huey ist eine Chrome-Erweiterung, die von https://kuldp.dev entwickelt wurde, und ihr Hauptmerkmal ist "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.".

Erweiterungsscreenshots

screenshot
screenshot

Huey-Erweiterungs-CRX-Datei herunterladen

Laden Sie Huey-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Huey Huey
ID diglalbiemiiapebfblemllfmfglglaf
Offizielle URL https://chromewebstore.google.com/detail/huey/diglalbiemiiapebfblemllfmfglglaf
Beschreibung Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
Dateigröße 10.9 KB
Installationsanzahl 88
Aktuelle Version 1.0
Letztes Update 2023-01-09
Veröffentlichungsdatum 2023-01-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://kuldp.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kuldp.dev
Hilfeseite URL https://kuldp.dev
Unterstützte Sprachen 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"
    }
}