The QRcode Generator

Generate Qrcode of your current tab and Selection

What is The QRcode Generator?

The QRcode Generator is a Chrome extension developed by JohnnyWorks, and its main feature is "Generate Qrcode of your current tab and Selection".

Extension Screenshots

screenshot
screenshot

Download The QRcode Generator Extension CRX File

Download The QRcode 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

                        A Simple tools that can generate QR-Code of your current tab or your selections.

Features:
- Click to get current tab URL into QR Code, Easy to use.
- Can generate QRCode without internet.                    

Extension Basic Information

Name The QRcode Generator The QRcode Generator
ID mmjobjkkoeoklejdaclonlkofnaojind
Official URL https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind
Description Generate Qrcode of your current tab and Selection
File Size 66.86 KB
Installation Count 96
Current Version 1.0
Last Updated 2014-10-04
Publish Date 2014-10-04
Developer JohnnyWorks
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The QRcode Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Generate Qrcode of your current tab and Selection",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}