qrcode with scheme
generate qrcode with url scheme
What is qrcode with scheme?
qrcode with scheme is a Chrome extension developed by vivaxy, and its main feature is "generate qrcode with url scheme".
Extension Screenshots
Download qrcode with scheme Extension CRX File
Download qrcode with scheme 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
Generate qrcode with url schema.
Extension Basic Information
Name | qrcode with scheme |
ID | nghpcjjmhemilbphegklaehbmoepfokk |
Official URL | https://chromewebstore.google.com/detail/qrcode-with-scheme/nghpcjjmhemilbphegklaehbmoepfokk |
Description | generate qrcode with url scheme |
File Size | 28.81 KB |
Installation Count | 65 |
Current Version | 1.2.6 |
Last Updated | 2016-11-21 |
Publish Date | 2016-11-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | vivaxy |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vivaxy/qrcode-chrome |
Help Page URL | https://github.com/vivaxy/qrcode-chrome/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "qrcode with scheme", "version": "1.2.6", "description": "generate qrcode with url scheme", "icons": { "128": "img\/icon.128.png", "48": "img\/icon.48.png" }, "browser_action": { "default_icon": "img\/icon.128.png", "default_popup": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "author": "vivaxy", "homepage_url": "https:\/\/github.com\/vivaxy\/qrcode-chrome", "permissions": [ "tabs", "storage" ] } |