Google Play QR code generator

Generates a QR code at the Google Play Store

Google Play QR code generator là gì?

Google Play QR code generator là một tiện ích mở rộng Chrome được phát triển bởi Tobias DSW, và tính năng chính của nó là "Generates a QR code at the Google Play Store".

Tải xuống tệp CRX của tiện ích mở rộng Google Play QR code generator

Tải xuống các tệp mở rộng Google Play QR code generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Play QR code generator Google Play QR code generator
ID kapeilbgjcjfiadokjlpjhmedgdlckfe
URL Chính Thức https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe
Mô tả Generates a QR code at the Google Play Store
Kích Thước Tệp 41.03 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-01-05
Ngày Phát Hành 2015-01-05
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tobias DSW
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}