Eyedrop to Clipboard

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

Qu'est-ce que Eyedrop to Clipboard ?

Eyedrop to Clipboard est une extension Chrome développée par TJ Ayoub, et sa fonction principale est "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Eyedrop to Clipboard

Téléchargez les fichiers d'extension Eyedrop to Clipboard 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

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

Informations de Base sur l'Extension

Nom Eyedrop to Clipboard Eyedrop to Clipboard
ID fanmdbjnheomknmiehbjfekgfeomlole
URL Officiel https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole
Description Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Taille du Fichier 86.1 KB
Nombre d'Installations 403
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-08-25
Date de Publication 2022-08-25
Développeur TJ Ayoub
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}