QR it!
This extension shows the QR code of the current URL address.
What is QR it!?
QR it! is a Chrome extension developed by https://malva.altervista.org, and its main feature is "This extension shows the QR code of the current URL address.".
Extension Screenshots
Download QR it! Extension CRX File
Download QR it! 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
QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code. Tired of typing long adresses on that tiny phone keyboard of yours? Of emailing yourself links? QR it! is for you.
Extension Basic Information
Name | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
Official URL | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
Description | This extension shows the QR code of the current URL address. |
File Size | 57.31 KB |
Installation Count | 29 |
Current Version | 1.1 |
Last Updated | 2019-04-13 |
Publish Date | 2019-04-13 |
Developer | https://malva.altervista.org |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR it!", "description": "This extension shows the QR code of the current URL address.", "version": "1.1", "options_page": "options\/options.html", "icons": { "19": "images\/qrcode19.png", "38": "images\/qrcode38.png", "48": "images\/qrcode48.png", "128": "images\/qrcode128.png" }, "browser_action": { "default_icon": "images\/qrcode.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/" ], "js": [ "js\/jquery.min.js", "js\/jquery.qrcode.min.js", "popup.js", "options\/options.js" ] } ] } |