ClipSync
This extension will help you copy text from all your devices linked to google account.
ما هو ClipSync؟
ClipSync هو إضافة Chrome تم تطويرها بواسطة Abhishek Meharia، والميزة الرئيسية لها هي "This extension will help you copy text from all your devices linked to google account.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ClipSync
قم بتنزيل ملفات الامتداد ClipSync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will help you copy text from all your devices linked to google account.
معلومات أساسية عن التمديد
الاسم | |
ID | cgnjjecfkjgachdpfbgioofdicllnadc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/clipsync/cgnjjecfkjgachdpfbgioofdicllnadc |
الوصف | This extension will help you copy text from all your devices linked to google account. |
حجم الملف | 226 KB |
عدد التثبيتات | 121 |
النسخة الحالية | 2 |
آخر تحديث | 2020-08-23 |
تاريخ النشر | 2019-12-04 |
المطور | Abhishek Meharia |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://abhim.in |
عنوان صفحة المساعدة | https://abhim.in |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClipSync", "description": "This extension will help you copy text from all your devices linked to google account.", "version": "2", "icons": { "128": "clipboard.png" }, "browser_action": { "default_icon": "clipboard.png", "default_popup": "credentials.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "tabs" ], "content_scripts": [ { "matches": [ " |