Google Play QR code generator
Generates a QR code at the Google Play Store
Qu'est-ce que Google Play QR code generator ?
Google Play QR code generator est une extension Chrome développée par Tobias DSW, et sa fonction principale est "Generates a QR code at the Google Play Store".
Télécharger le fichier CRX de l'extension Google Play QR code generator
Téléchargez les fichiers d'extension Google Play QR code generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Created with http://goqr.me/ QR API
Informations de Base sur l'Extension
Nom | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
URL Officiel | https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe |
Description | Generates a QR code at the Google Play Store |
Taille du Fichier | 41.03 KB |
Nombre d'Installations | 115 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2015-01-05 |
Date de Publication | 2015-01-05 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Tobias DSW |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |