QR Code Sender - URL, SMS, Wifi, etc
You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.
ما هو QR Code Sender - URL, SMS, Wifi, etc؟
QR Code Sender - URL, SMS, Wifi, etc هو إضافة Chrome تم تطويرها بواسطة https://xenosi.de، والميزة الرئيسية لها هي "You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR Code Sender - URL, SMS, Wifi, etc
قم بتنزيل ملفات الامتداد QR Code Sender - URL, SMS, Wifi, etc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.
معلومات أساسية عن التمديد
الاسم | QR Code Sender - URL, SMS, Wifi, etc |
ID | gahnhihmambbhkolajmjohaeoheedmal |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-code-sender-url-sms-wi/gahnhihmambbhkolajmjohaeoheedmal |
الوصف | You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi. |
حجم الملف | 15.16 KB |
عدد التثبيتات | 256 |
النسخة الحالية | 0.8 |
آخر تحديث | 2022-09-27 |
تاريخ النشر | 2020-09-10 |
المطور | https://xenosi.de |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://urlopen.link/qr/ |
عنوان صفحة سياسة الخصوصية | https://xenosi.de/privacyext.html |
اللغات المدعومة | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QR Code Sender - URL, SMS, Wifi, etc", "short_name": "QR Code Sender", "default_locale": "ko", "description": "__MSG_extDescription__", "version": "0.8", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "index.html", "default_title": "QR Code Sender - URL, SMS, Wifi, etc" }, "permissions": [ "activeTab" ] } |