QR Code Generator

Creates QR Codes from open pages, URLs, images, links and selected text.

What is QR Code Generator?

QR Code Generator is a Chrome extension developed by Armin Kremm, and its main feature is "Creates QR Codes from open pages, URLs, images, links and selected text.".

Extension Screenshots

screenshot
screenshot
screenshot
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

                                            

Extension Basic Information

Name QR Code Generator QR Code Generator
ID dfncpmlchoghcaleajocnbgnffdkpeia
Official URL https://chromewebstore.google.com/detail/qr-code-generator/dfncpmlchoghcaleajocnbgnffdkpeia
Description Creates QR Codes from open pages, URLs, images, links and selected text.
File Size 48.34 KB
Installation Count 1,296
Current Version 1.0
Last Updated 2013-10-30
Publish Date 2013-10-29
Rating 5.00/5 Total 1 Ratings
Developer Armin Kremm
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "description": "Creates QR Codes from open pages, URLs, images, links and selected text.",
    "version": "1.0",
    "author": [
        "Armin Kremm"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_name": "Create QR code",
        "default_title": "Create an QR code for this page",
        "default_popup": "popup.html"
    }
}