QRLink
Generate QR code for any page to allow link sharing from browser to other devices.
ما هو QRLink؟
QRLink هو إضافة Chrome تم تطويرها بواسطة Rafik Tighilt، والميزة الرئيسية لها هي "Generate QR code for any page to allow link sharing from browser to other devices.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QRLink
قم بتنزيل ملفات الامتداد QRLink بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.
معلومات أساسية عن التمديد
الاسم | QRLink |
ID | lehfdkbjieiagnjphoijdnmoknhegigg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg |
الوصف | Generate QR code for any page to allow link sharing from browser to other devices. |
حجم الملف | 96.83 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-10-03 |
تاريخ النشر | 2017-10-03 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Rafik Tighilt |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QRLink", "short_name": "QRL", "description": "Generate QR code for any page to allow link sharing from browser to other devices.", "version": "1.0", "author": "Rafik TIGHILT", "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "Generate QRCode for this page" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |