Google Play QR code generator

Generates a QR code at the Google Play Store

Google Play QR code generatorคืออะไร?

Google Play QR code generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tobias DSW และคุณลักษณะหลักของมันคือ "Generates a QR code at the Google Play Store"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Play QR code generator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}