Free QR Code Generator

Fast and simple QR Code Generator

Что такое Free QR Code Generator?

Free QR Code Generator - это расширение Chrome, разработанное https://qr.vp43.ru, и его основная функция - "Fast and simple QR Code Generator".

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

screenshot

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

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

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

                        Text link, phone numbers, now all you can encode with this extension! In a matter of seconds you can download, share with a friend qr code, take from your device and read the text from it.

Official page http://qr.vp43.ru/

0.5.0 version
New design! With Twitter Bootstrap!                    

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

Название Free QR Code Generator Free QR Code Generator
ID ocnmfcnkkcpojobfhhpokjccbjbbmplb
Официальный URL https://chromewebstore.google.com/detail/free-qr-code-generator/ocnmfcnkkcpojobfhhpokjccbjbbmplb
Описание Fast and simple QR Code Generator
Размер файла 149 KB
Количество установок 943
Текущая Версия 0.5.2
Последнее Обновление 2014-03-16
Дата публикации 2014-03-16
Рейтинг 3.56/5 Всего 9 оценок
Разработчик https://qr.vp43.ru
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://qr.vp43.ru/
Поддерживаемые языки en,ru
manifest.json
{
    "browser_action": {
        "default_title": "QR Generator",
        "default_icon": "icon_19.png",
        "default_popup": "index.html"
    },
    "icons": {
        "19": "icon_128.png",
        "39": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "17",
    "name": "Free QR Code Generator",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "0.5.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}