Google Play QR code generator
Generates a QR code at the Google Play Store
Was ist Google Play QR code generator?
Google Play QR code generator ist eine Chrome-Erweiterung, die von Tobias DSW entwickelt wurde, und ihr Hauptmerkmal ist "Generates a QR code at the Google Play Store".
Google Play QR code generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Play QR code generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Created with http://goqr.me/ QR API
Grundlegende Informationen zur Erweiterung
Name | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
Offizielle URL | https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe |
Beschreibung | Generates a QR code at the Google Play Store |
Dateigröße | 41.03 KB |
Installationsanzahl | 115 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-01-05 |
Veröffentlichungsdatum | 2015-01-05 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Tobias DSW |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |