Quick Qr
You can easily convert this any link to QR and go free with it!
ما هو Quick Qr؟
Quick Qr هو إضافة Chrome تم تطويرها بواسطة https://ssleptsov.blogspot.com، والميزة الرئيسية لها هي "You can easily convert this any link to QR and go free with it!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Qr
قم بتنزيل ملفات الامتداد Quick Qr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.
معلومات أساسية عن التمديد
الاسم | Quick Qr |
ID | afifoohmohbfgaknonkiooaddfmmckia |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia |
الوصف | You can easily convert this any link to QR and go free with it! |
حجم الملف | 211 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-03-07 |
تاريخ النشر | 2016-03-07 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | https://ssleptsov.blogspot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "page_action": { "default_icon": "images\/Qr-ice-19.png", "default_popup": "popup.html", "default_title": "You can easily convert any link to QR and go free with it!" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "You can easily convert this any link to QR and go free with it!", "background": { "scripts": [ "js\/background.js", "js\/jquery-1.9.1.min.js", "js\/qrcode.js", "js\/jquery.qrcode.js" ] }, "name": "Quick Qr", "permissions": [ "tabs" ], "offline_enabled": true, "icons": { "48": "images\/Qr-ice-48.png", "128": "images\/Qr-ice-128.png", "256": "images\/Qr-ice-256.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.0.1" } |