Eyedrop to Clipboard

Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.

Cos'è Eyedrop to Clipboard?

Eyedrop to Clipboard è un'estensione di Chrome sviluppata da TJ Ayoub, e la sua funzione principale è "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Eyedrop to Clipboard

Scarica i file di estensione Eyedrop to Clipboard 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

                        Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.                    

Informazioni di Base sull'Estensione

Nome Eyedrop to Clipboard Eyedrop to Clipboard
ID fanmdbjnheomknmiehbjfekgfeomlole
URL Ufficiale https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole
Descrizione Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Dimensione del File 86.1 KB
Conteggio Installazioni 403
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-08-25
Data di Pubblicazione 2022-08-25
Sviluppatore TJ Ayoub
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eyedrop to Clipboard",
    "version": "1.0.0",
    "description": "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.",
    "manifest_version": 3,
    "author": "TJ Ayoub",
    "action": {
        "default_popup": "index.html",
        "default_title": "Eyedrop to Clipboard",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    }
}