Eyedrop to Clipboard
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Wat is Eyedrop to Clipboard?
Eyedrop to Clipboard is een Chrome-extensie ontwikkeld door TJ Ayoub, en de belangrijkste functie is "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Eyedrop to Clipboard
Download Eyedrop to Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Basisinformatie over de Extensie
Naam | Eyedrop to Clipboard |
ID | fanmdbjnheomknmiehbjfekgfeomlole |
Officiële URL | https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole |
Beschrijving | Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard. |
Bestandsgrootte | 86.1 KB |
Aantal Installaties | 403 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-08-25 |
Publicatiedatum | 2022-08-25 |
Ontwikkelaar | TJ Ayoub |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |