Quick Qr

You can easily convert this any link to QR and go free with it!

What is Quick Qr?

Quick Qr is a Chrome extension developed by https://ssleptsov.blogspot.com, and its main feature is "You can easily convert this any link to QR and go free with it!".

Extension Screenshots

screenshot

Download Quick Qr Extension CRX File

Download Quick Qr 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

                        Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.                    

Extension Basic Information

Name Quick Qr Quick Qr
ID afifoohmohbfgaknonkiooaddfmmckia
Official URL https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia
Description You can easily convert this any link to QR and go free with it!
File Size 211 KB
Installation Count 66
Current Version 1.0.1
Last Updated 2016-03-07
Publish Date 2016-03-07
Rating 4.50/5 Total 2 Ratings
Developer https://ssleptsov.blogspot.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "page_action": {
        "default_icon": "images\/Qr-ice-19.png",
        "default_popup": "popup.html",
        "default_title": "You can easily convert any link to QR and go free with it!"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "You can easily convert this any link to QR and go free with it!",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-1.9.1.min.js",
            "js\/qrcode.js",
            "js\/jquery.qrcode.js"
        ]
    },
    "name": "Quick Qr",
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "icons": {
        "48": "images\/Qr-ice-48.png",
        "128": "images\/Qr-ice-128.png",
        "256": "images\/Qr-ice-256.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.0.1"
}