url2QR
generate QR Code from url in order to scan it with your phone.
What is url2QR?
url2QR is a Chrome extension developed by Ilyas Bakouch, and its main feature is "generate QR Code from url in order to scan it with your phone.".
Extension Screenshots
Download url2QR Extension CRX File
Download url2QR 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
A clean light-weight extension to generate a QR code from current URL so you can access it directly from your phone by scanning it.
Extension Basic Information
Name | url2QR |
ID | lgmenkmlmidgacngldgfbgicgindjamp |
Official URL | https://chromewebstore.google.com/detail/url2qr/lgmenkmlmidgacngldgfbgicgindjamp |
Description | generate QR Code from url in order to scan it with your phone. |
File Size | 4.32 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2013-04-05 |
Publish Date | 2013-04-05 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Ilyas Bakouch |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "url2QR", "description": "generate QR Code from url in order to scan it with your phone.", "version": "1.0", "permissions": [ "tabs" ], "homepage_url": "http:\/\/isbkch.net\/", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code from current URL" } } |