Google Play QR code generator
Generates a QR code at the Google Play Store
Co je Google Play QR code generator?
Google Play QR code generator je rozšíření Chrome vyvinuté Tobias DSW, a jeho hlavní funkcí je „Generates a QR code at the Google Play Store“.
Stáhnout soubor CRX rozšíření Google Play QR code generator
Stáhněte si soubory rozšíření Google Play QR code generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Created with http://goqr.me/ QR API
Základní Informace o Rozšíření
Název | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
Oficiální URL | https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe |
Popis | Generates a QR code at the Google Play Store |
Velikost souboru | 41.03 KB |
Počet instalací | 115 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2015-01-05 |
Datum Vydání | 2015-01-05 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | Tobias DSW |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |