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"
            ]
        }
    ]
}