URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

What is URL to QR code converter?

URL to QR code converter is a Chrome extension developed by https://sites.google.com/site/fujundu, and its main feature is "This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.".

Extension Screenshots

screenshot
screenshot

Download URL to QR code converter Extension CRX File

Download URL to QR code converter 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

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

Extension Basic Information

Name URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
Official URL https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
Description This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
File Size 46.83 KB
Installation Count 4,354
Current Version 0.4
Last Updated 2017-02-22
Publish Date 2017-02-22
Rating 4.00/5 Total 4 Ratings
Developer https://sites.google.com/site/fujundu
Email [email protected]
Payment Type free
Extension Website https://github.com/fjdu/URL-to-QR-code
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}