Eyedrop to Clipboard
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Apa itu Eyedrop to Clipboard?
Eyedrop to Clipboard adalah ekstensi Chrome yang dikembangkan oleh TJ Ayoub, dan fitur utamanya adalah "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Eyedrop to Clipboard
Unduh file ekstensi Eyedrop to Clipboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Informasi Dasar Ekstensi
Nama | Eyedrop to Clipboard |
ID | fanmdbjnheomknmiehbjfekgfeomlole |
URL Resmi | https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole |
Deskripsi | Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard. |
Ukuran File | 86.1 KB |
Jumlah Instalasi | 403 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-08-25 |
Tanggal Publikasi | 2022-08-25 |
Pengembang | TJ Ayoub |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |