Google Play QR code generator
Generates a QR code at the Google Play Store
What is Google Play QR code generator?
Google Play QR code generator is a Chrome extension developed by Tobias DSW, and its main feature is "Generates a QR code at the Google Play Store".
Download Google Play QR code generator Extension CRX File
Download Google Play QR code generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Created with http://goqr.me/ QR API
Extension Basic Information
Name | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
Official URL | https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe |
Description | Generates a QR code at the Google Play Store |
File Size | 41.03 KB |
Installation Count | 115 |
Current Version | 1.0.0 |
Last Updated | 2015-01-05 |
Publish Date | 2015-01-05 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Tobias DSW |
Payment Type | free |
Supported Languages | 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" ] } ] } |