QRtag.net - The QR Code Generator
Generates an QR Code of the current page.
ما هو QRtag.net - The QR Code Generator؟
QRtag.net - The QR Code Generator هو إضافة Chrome تم تطويرها بواسطة https://www.qrtag.net، والميزة الرئيسية لها هي "Generates an QR Code of the current page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QRtag.net - The QR Code Generator
قم بتنزيل ملفات الامتداد QRtag.net - The QR Code Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)
معلومات أساسية عن التمديد
الاسم | QRtag.net - The QR Code Generator |
ID | pokbnfbfgmoimplmmbgdaldkbfdnllpc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc |
الوصف | Generates an QR Code of the current page. |
حجم الملف | 31.27 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2020-07-17 |
تاريخ النشر | 2019-11-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.qrtag.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.qrtag.net/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRtag.net - The QR Code Generator", "short_name": "QRtag.net", "description": "Generates an QR Code of the current page.", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png", "256": "icon_256.png", "512": "icon_512.png" }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |