QR it!
This extension shows the QR code of the current URL address.
ما هو QR it!؟
QR it! هو إضافة Chrome تم تطويرها بواسطة https://malva.altervista.org، والميزة الرئيسية لها هي "This extension shows the QR code of the current URL address.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR it!
قم بتنزيل ملفات الامتداد QR it! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code. Tired of typing long adresses on that tiny phone keyboard of yours? Of emailing yourself links? QR it! is for you.
معلومات أساسية عن التمديد
الاسم | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
الوصف | This extension shows the QR code of the current URL address. |
حجم الملف | 57.31 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-04-13 |
تاريخ النشر | 2019-04-13 |
المطور | https://malva.altervista.org |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR it!", "description": "This extension shows the QR code of the current URL address.", "version": "1.1", "options_page": "options\/options.html", "icons": { "19": "images\/qrcode19.png", "38": "images\/qrcode38.png", "48": "images\/qrcode48.png", "128": "images\/qrcode128.png" }, "browser_action": { "default_icon": "images\/qrcode.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/" ], "js": [ "js\/jquery.min.js", "js\/jquery.qrcode.min.js", "popup.js", "options\/options.js" ] } ] } |