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 https://www.kupriyanov.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QR Code Generator for Google Play™ on Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}