Eyedrop to Clipboard
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Was ist Eyedrop to Clipboard?
Eyedrop to Clipboard ist eine Chrome-Erweiterung, die von TJ Ayoub entwickelt wurde, und ihr Hauptmerkmal ist "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".
Erweiterungsscreenshots
Eyedrop to Clipboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Eyedrop to Clipboard-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
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Grundlegende Informationen zur Erweiterung
Name | Eyedrop to Clipboard |
ID | fanmdbjnheomknmiehbjfekgfeomlole |
Offizielle URL | https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole |
Beschreibung | Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard. |
Dateigröße | 86.1 KB |
Installationsanzahl | 403 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-08-25 |
Veröffentlichungsdatum | 2022-08-25 |
Entwickler | TJ Ayoub |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |