Google Play QR code generator
Generates a QR code at the Google Play Store
Vad är Google Play QR code generator?
Google Play QR code generator är en Chrome-tillägg utvecklad av Tobias DSW, och dess huvudfunktion är "Generates a QR code at the Google Play Store".
Ladda ner Google Play QR code generator-förlängningens CRX-fil
Ladda ner Google Play QR code generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Created with http://goqr.me/ QR API
Grundläggande Information om Tillägg
Namn | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
Officiell webbadress | https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe |
Beskrivning | Generates a QR code at the Google Play Store |
Filstorlek | 41.03 KB |
Antal Installationer | 115 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2015-01-05 |
Publiceringsdatum | 2015-01-05 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | Tobias DSW |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |