Google Play QR code generator

Generates a QR code at the Google Play Store

Google Play QR code generatorとは何ですか?

Google Play QR code generatorはTobias DSWによって開発されたChromeの拡張機能で、その主な機能は「Generates a QR code at the Google Play Store」です。

Google Play QR code generator拡張機能のCRXファイルをダウンロード

Google Play QR code generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Created with http://goqr.me/ QR API                    

拡張機能の基本情報

名前 Google Play QR code generator Google Play QR code generator
ID kapeilbgjcjfiadokjlpjhmedgdlckfe
公式URL https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe
説明 Generates a QR code at the Google Play Store
ファイルサイズ 41.03 KB
インストール数 115
現在のバージョン 1.0.0
最終更新日 2015-01-05
公開日 2015-01-05
評価 4.50/5 合計 2 レビュー
開発者 Tobias DSW
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Play QR code generator",
    "description": "Generates a QR code at the Google Play Store",
    "version": "1.0.0",
    "icons": {
        "128": "badge128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/*"
            ],
            "css": [
                "basic.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ]
        }
    ]
}