Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

Что такое Easy QR-Code Generator?

Easy QR-Code Generator - это расширение Chrome, разработанное Benjamin Klein, и его основная функция - "Make QR Codes from the Current Tab or specified URL.".

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

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

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

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

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

Название Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
Официальный URL https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
Описание Make QR Codes from the Current Tab or specified URL.
Размер файла 108 KB
Количество установок 117
Текущая Версия 1.0.2
Последнее Обновление 2014-04-28
Дата публикации 2014-04-28
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Benjamin Klein
Тип оплаты free
URL страницы помощи http://touchdata.net
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}