QR URL Transfer
Transfer a web page address to a smartphone using QR-code
ما هو QR URL Transfer؟
QR URL Transfer هو إضافة Chrome تم تطويرها بواسطة Eoos Ventures، والميزة الرئيسية لها هي "Transfer a web page address to a smartphone using QR-code".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR URL Transfer
قم بتنزيل ملفات الامتداد QR URL Transfer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.
معلومات أساسية عن التمديد
الاسم | QR URL Transfer |
ID | iojkbccgdkfpbffpdbkmahhkigbhhmbn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn |
الوصف | Transfer a web page address to a smartphone using QR-code |
حجم الملف | 63.23 KB |
عدد التثبيتات | 83 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2018-02-10 |
تاريخ النشر | 2018-02-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Eoos Ventures |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL Transfer", "description": "Transfer a web page address to a smartphone using QR-code", "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "hello.html", "default_icon": "16-icon.png" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png" }, "permissions": [ "activeTab" ] } |