Linora - Share links from computer to mobile
Share links easily from computer to mobile
ما هو Linora - Share links from computer to mobile؟
Linora - Share links from computer to mobile هو إضافة Chrome تم تطويرها بواسطة Arun Yokesh، والميزة الرئيسية لها هي "Share links easily from computer to mobile".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Linora - Share links from computer to mobile
قم بتنزيل ملفات الامتداد Linora - Share links from computer to mobile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Send Links between your computer and phone in one tap. Linora is 100% FREE app that helps you send links between your phone and computer easily and in the fastest way. So, no more copy links to gmail or Google Notes or whatsapping to friends just to get it on your computer. Download the Android Application from here : https://play.google.com/store/apps/details?id=com.amp.passlink
معلومات أساسية عن التمديد
الاسم | |
ID | lgjialkebobgcbdbkafjmcgfeelclcpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/linora-share-links-from-c/lgjialkebobgcbdbkafjmcgfeelclcpb |
الوصف | Share links easily from computer to mobile |
حجم الملف | 214 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-12-14 |
تاريخ النشر | 2018-11-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Arun Yokesh |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linora - Share links from computer to mobile", "version": "1.1", "description": "Share links easily from computer to mobile", "permissions": [ "storage", "tabs", "gcm", "https:\/\/ribbon-peak.glitch.me\/" ], "manifest_version": 2, "background": { "scripts": [ "src\/js\/jquery.min.js", "src\/js\/qrcode.min.js", "src\/js\/index.js" ] }, "browser_action": { "default_title": "Share Links", "default_popup": "src\/html\/popup.html" } } |