Google Play QR code generator
Generates a QR code at the Google Play Store
Apa itu Google Play QR code generator?
Google Play QR code generator adalah ekstensi Chrome yang dikembangkan oleh Tobias DSW, dan fitur utamanya adalah "Generates a QR code at the Google Play Store".
Unduh Berkas CRX Ekstensi Google Play QR code generator
Unduh file ekstensi Google Play QR code generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Created with http://goqr.me/ QR API
Informasi Dasar Ekstensi
Nama | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
URL Resmi | https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe |
Deskripsi | Generates a QR code at the Google Play Store |
Ukuran File | 41.03 KB |
Jumlah Instalasi | 115 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-01-05 |
Tanggal Publikasi | 2015-01-05 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Tobias DSW |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |