QrURL

create a qrcode from an url

What is QrURL?

QrURL is a Chrome extension developed by https://qrurl.it, and its main feature is "create a qrcode from an url".

Extension Screenshots

screenshot

Download QrURL Extension CRX File

Download QrURL 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 QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world.                    

Extension Basic Information

Name QrURL QrURL
ID ckcagfpjgmmncmkgdilpjbkleijonafi
Official URL https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi
Description create a qrcode from an url
File Size 14.45 KB
Installation Count 115
Current Version 0.4.3
Last Updated 2017-09-28
Publish Date 2017-09-28
Developer https://qrurl.it
Email [email protected]
Payment Type free
Extension Website http://qrurl.it
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QrURL",
    "version": "0.4.3",
    "description": "create a qrcode from an url",
    "background_page": "background.html",
    "browser_action": {
        "default_icon": "icon-128.png",
        "popup": "popup.html"
    },
    "homepage_url": "http:\/\/qrurl.it",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}