QR Code Generator for Google Play™ on Web
Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required)
ما هو QR Code Generator for Google Play™ on Web؟
QR Code Generator for Google Play™ on Web هو إضافة Chrome تم تطويرها بواسطة https://www.kupriyanov.com، والميزة الرئيسية لها هي "Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR Code Generator for Google Play™ on Web
قم بتنزيل ملفات الامتداد QR Code Generator for Google Play™ on Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generate QR Code for installing Android apps on your device while surfing web-based Google Play (no sign-in required). Changes: v 0.0.9 * updated manifest to v2 v 0.0.7 * Switched to Google Play v 0.0.6 * Added QR-Code directly into market site
معلومات أساسية عن التمديد
الاسم | QR Code Generator for Google Play™ on Web |
ID | klhlhobihlonchbicbgkjdapbbolmmaj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-code-generator-for-goo/klhlhobihlonchbicbgkjdapbbolmmaj |
الوصف | Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required) |
حجم الملف | 69.63 KB |
عدد التثبيتات | 2,254 |
النسخة الحالية | 0.0.9 |
آخر تحديث | 2013-06-29 |
تاريخ النشر | 2013-06-29 |
تقييم | 4.37/5 مجموع تقييمات 78 |
المطور | https://www.kupriyanov.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "js\/content_script.js" ], "matches": [ "http:\/\/market.android.com\/details*", "https:\/\/market.android.com\/details*", "https:\/\/play.google.com\/store\/apps\/details*" ] } ], "description": "Generate QR Code for installing Android apps on your device while surfing web-based Google Play\u2122 (no sign-in required)", "icons": { "128": "images\/icon128.png", "19": "images\/icon19.png", "24": "images\/icon24.png", "256": "images\/icon256.png" }, "name": "QR Code Generator for Google Play\u2122 on Web", "page_action": { "default_icon": "images\/icon19.png", "default_name": "QR Code Generator for Google Play\u2122 on Web", "popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs" ], "version": "0.0.9" } |