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)
What is QR Code Generator for Google Play™ on Web?
QR Code Generator for Google Play™ on Web is a Chrome extension developed by https://www.kupriyanov.com, and its main feature is "Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required)".
Extension Screenshots
Download QR Code Generator for Google Play™ on Web Extension CRX File
Download QR Code Generator for Google Play™ on Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | QR Code Generator for Google Play™ on Web |
ID | klhlhobihlonchbicbgkjdapbbolmmaj |
Official URL | https://chromewebstore.google.com/detail/qr-code-generator-for-goo/klhlhobihlonchbicbgkjdapbbolmmaj |
Description | Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required) |
File Size | 69.63 KB |
Installation Count | 2,254 |
Current Version | 0.0.9 |
Last Updated | 2013-06-29 |
Publish Date | 2013-06-29 |
Rating | 4.37/5 Total 78 Ratings |
Developer | https://www.kupriyanov.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |