QR Code Generator

Generates QR Code of the open tab

What is QR Code Generator?

QR Code Generator is a Chrome extension developed by https://www.tebaide.it, and its main feature is "Generates QR Code of the open tab".

Extension Screenshots

screenshot

Download QR Code Generator Extension CRX File

Download 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

                        Generates QR Code of the open tab and allows you to take the URL easily.

QR Code is compatible with all barcode reader for Android and iPhone                    

Extension Basic Information

Name QR Code Generator QR Code Generator
ID afcbogfpjabfpakdggggehomjlkofofc
Official URL https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc
Description Generates QR Code of the open tab
File Size 84.83 KB
Installation Count 661
Current Version 1.0.4
Last Updated 2013-06-25
Publish Date 2013-06-25
Rating 5.00/5 Total 2 Ratings
Developer https://www.tebaide.it
Payment Type free
Supported Languages en
manifest.json
{
    "description": "Generates QR Code of the open tab",
    "browser_action": {
        "default_title": "QR Code Generator",
        "default_icon": "images\/icon_128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "QR Code Generator",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}