URL QR Code Generator

This extension will generate QRCode for current opened tab url

What is URL QR Code Generator?

URL QR Code Generator is a Chrome extension developed by snv1914, and its main feature is "This extension will generate QRCode for current opened tab url".

Extension Screenshots

screenshot

Download URL QR Code Generator Extension CRX File

Download URL QR Code Generator 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 will generate QRCode for current opened tab url                    

Extension Basic Information

Name URL QR Code Generator URL QR Code Generator
ID bhjbdcfmjeamajgholaihpnbnkfihhgl
Official URL https://chrome.google.com/webstore/detail/url-qr-code-generator/bhjbdcfmjeamajgholaihpnbnkfihhgl
Description This extension will generate QRCode for current opened tab url
File Size 21.7 KB
Installation Count 21
Current Version 1.1
Last Updated 2016-10-14
Publish Date 2016-10-14
Developer snv1914
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL QR Code Generator",
    "description": "This extension will generate QRCode for current opened tab url",
    "version": "1.1",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}