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)

Qu'est-ce que QR Code Generator for Google Play™ on Web ?

QR Code Generator for Google Play™ on Web est une extension Chrome développée par https://www.kupriyanov.com, et sa fonction principale est "Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QR Code Generator for Google Play™ on Web

Téléchargez les fichiers d'extension QR Code Generator for Google Play™ on Web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom QR Code Generator for Google Play™ on Web QR Code Generator for Google Play™ on Web
ID klhlhobihlonchbicbgkjdapbbolmmaj
URL Officiel 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)
Taille du Fichier 69.63 KB
Nombre d'Installations 2,254
Version Actuelle 0.0.9
Dernière Mise à Jour 2013-06-29
Date de Publication 2013-06-29
Évaluation 4.37/5 Total 78 Évaluations
Développeur https://www.kupriyanov.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}