Clippy
Get your clipboard on sync! Copy and Paste across devices
ما هو Clippy؟
Clippy هو إضافة Chrome تم تطويرها بواسطة Kirtan Thakkar، والميزة الرئيسية لها هي "Get your clipboard on sync! Copy and Paste across devices".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clippy
قم بتنزيل ملفات الامتداد Clippy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clippy - copy and paste across devices Get your clipboard data on sync across devices [ Available as an Android App: https://bit.ly/clippy-android ] Note: Clippy is now out of beta. Know more on https://clippy.works Copy on one device and your can paste the data to other device within a second. As simple as that. Improve your productivity. No sending emails to your self or creating drafts. No other notes tools just to copy some information from one device to another. Did I mention, It's free! Note: All the clipboard data is transferred over HTTPS and never stored on the server. Be assured.
معلومات أساسية عن التمديد
الاسم | Clippy |
ID | honbeilkanbghjimjoniipnnehlmhggk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clippy/honbeilkanbghjimjoniipnnehlmhggk |
الوصف | Get your clipboard on sync! Copy and Paste across devices |
حجم الملف | 866 KB |
عدد التثبيتات | 2,224 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-03-03 |
تاريخ النشر | 2020-06-29 |
تقييم | 3.57/5 مجموع تقييمات 23 |
المطور | Kirtan Thakkar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://clippy.works |
عنوان صفحة المساعدة | https://clippy.works/support |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clippy", "description": "Get your clipboard on sync! Copy and Paste across devices", "version": "1.0.0", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Clippy - your synced clipboard!" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "clipboardRead", "clipboardWrite", "background", "notifications", "gcm", "storage", "https:\/\/clippy.works\/" ], "background": { "page": "background\/background.html", "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/clippy.works\/*" ] } } |