Eyedrop to Clipboard
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Hvad er Eyedrop to Clipboard?
Eyedrop to Clipboard er en Chrome-udvidelse udviklet af TJ Ayoub, og dens hovedfunktion er "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".
Udvidelsesskærmbilleder
Download Eyedrop to Clipboard-udvidelses-CRX-fil
Download Eyedrop to Clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fanmdbjnheomknmiehbjfekgfeomlole |
| Officiel URL | https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole |
| Beskrivelse | Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard. |
| Filstørrelse | 86.1 KB |
| Antal Installationer | 403 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2022-08-25 |
| Udgivelsesdato | 2022-08-25 |
| Udvikler | TJ Ayoub |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |