QR URL
Show current web URL as a QRCode so you may scan with your mobile device.
What is QR URL?
QR URL is a Chrome extension developed by https://soynerdito.blogspot.com, and its main feature is "Show current web URL as a QRCode so you may scan with your mobile device.".
Extension Screenshots
Download QR URL Extension CRX File
Download QR URL 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
Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device. Added Context Menu to create QRCode from free text selected from any web page Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.
Extension Basic Information
Name | QR URL |
ID | nppbdeifhmhjlahlcplebmeklianffba |
Official URL | https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba |
Description | Show current web URL as a QRCode so you may scan with your mobile device. |
File Size | 5.38 KB |
Installation Count | 1,517 |
Current Version | 3.0 |
Last Updated | 2014-04-01 |
Publish Date | 2014-03-31 |
Rating | 4.29/5 Total 17 Ratings |
Developer | https://soynerdito.blogspot.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL", "version": "3.0", "description": "Show current web URL as a QRCode so you may scan with your mobile device.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/chart.apis.google.com\/", "tabs", "contextMenus" ], "background": { "default_icon": "icon.png", "persistent": false, "scripts": [ "main.js" ] }, "icons": { "16": "icon.png" }, "manifest_version": 2 } |