Huey

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

Qu'est-ce que Huey ?

Huey est une extension Chrome développée par https://kuldp.dev, et sa fonction principale est "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Huey

Téléchargez les fichiers d'extension Huey au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Huey Huey
ID diglalbiemiiapebfblemllfmfglglaf
URL Officiel https://chromewebstore.google.com/detail/huey/diglalbiemiiapebfblemllfmfglglaf
Description Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
Taille du Fichier 10.9 KB
Nombre d'Installations 88
Version Actuelle 1.0
Dernière Mise à Jour 2023-01-09
Date de Publication 2023-01-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://kuldp.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kuldp.dev
URL de la Page d'Aide https://kuldp.dev
Langues Prises en Charge 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"
    }
}