Ultimate QR-code Generator

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

Что такое Ultimate QR-code Generator?

Ultimate QR-code Generator - это расширение Chrome, разработанное https://protocoder.ru, и его основная функция - "Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ultimate QR-code Generator

Скачайте файлы расширений Ultimate QR-code Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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)                    

Основная информация о расширении

Название Ultimate QR-code Generator Ultimate QR-code Generator
ID lfbhdbdieippijcbajiijlaaodillagj
Официальный URL https://chromewebstore.google.com/detail/ultimate-qr-code-generato/lfbhdbdieippijcbajiijlaaodillagj
Описание Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc
Размер файла 143 KB
Количество установок 177
Текущая Версия 1.55
Последнее Обновление 2017-02-27
Дата публикации 2017-02-27
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://protocoder.ru
Тип оплаты free
Официальный сайт расширения http://protocoder.ru/firefox/Ultimate_QR_Generator
Поддерживаемые языки 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"
            }
        }
    }
}