Ultimate QR-code Generator

Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc

What is Ultimate QR-code Generator?

Ultimate QR-code Generator is a Chrome extension developed by https://protocoder.ru, and its main feature is "Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc".

Extension Screenshots

screenshot

Download Ultimate QR-code Generator Extension CRX File

Download Ultimate 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

                        Creates and show QR-code from page URL, selected or custom texts.

Completely offlline, UTF-8 support.
QR-code can be saved to SVG or HTML.
Variable size, colors, correction level.
Some predefined templates available (WiFi, MECARD, etc)                    

Extension Basic Information

Name Ultimate QR-code Generator Ultimate QR-code Generator
ID lfbhdbdieippijcbajiijlaaodillagj
Official URL https://chromewebstore.google.com/detail/ultimate-qr-code-generato/lfbhdbdieippijcbajiijlaaodillagj
Description Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc
File Size 143 KB
Installation Count 177
Current Version 1.55
Last Updated 2017-02-27
Publish Date 2017-02-27
Rating 5.00/5 Total 2 Ratings
Developer https://protocoder.ru
Payment Type free
Extension Website http://protocoder.ru/firefox/Ultimate_QR_Generator
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate QR-code Generator",
    "short_name": "U QRcode Gen",
    "version": "1.55",
    "author": "Protocoder",
    "homepage_url": "http:\/\/protocoder.ru\/firefox\/Ultimate_QR_Generator",
    "description": "Creates \/ shows \/ saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Ultimate QR-code Generator",
        "default_popup": "popup\/main.html"
    },
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Q"
            }
        }
    }
}