Eyedrop to Clipboard
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
ما هو Eyedrop to Clipboard؟
Eyedrop to Clipboard هو إضافة Chrome تم تطويرها بواسطة TJ Ayoub، والميزة الرئيسية لها هي "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Eyedrop to Clipboard
قم بتنزيل ملفات الامتداد Eyedrop to Clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
معلومات أساسية عن التمديد
الاسم | Eyedrop to Clipboard |
ID | fanmdbjnheomknmiehbjfekgfeomlole |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole |
الوصف | Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard. |
حجم الملف | 86.1 KB |
عدد التثبيتات | 403 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-08-25 |
تاريخ النشر | 2022-08-25 |
المطور | TJ Ayoub |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |