Google Play QR code generator
Generates a QR code at the Google Play Store
Cos'è Google Play QR code generator?
Google Play QR code generator è un'estensione di Chrome sviluppata da Tobias DSW, e la sua funzione principale è "Generates a QR code at the Google Play Store".
Scarica il file CRX dell'estensione Google Play QR code generator
Scarica i file di estensione Google Play QR code generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Created with http://goqr.me/ QR API
Informazioni di Base sull'Estensione
Nome | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
URL Ufficiale | https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe |
Descrizione | Generates a QR code at the Google Play Store |
Dimensione del File | 41.03 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-01-05 |
Data di Pubblicazione | 2015-01-05 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Tobias DSW |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |