QR Code Generator

Create QR Code quickly

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

QR Code Generator - это расширение Chrome, разработанное https://devehab.com, и его основная функция - "Create QR Code quickly".

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

screenshot
screenshot

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

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

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

                        Create your own QR Codes! This App generates QR Codes from free text.

Features: 

- Generating QR code quickly.

- Material design user interface.

- Generate QR code from text messages, phone numbers ,links.

- Change the size QR code.

- Save QR code on your device.

- This app can be used even when there is no connection to the Internet.

- Speed in the performance.                    

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

Название QR Code Generator QR Code Generator
ID eiopkgeeaokbolhdhfebipcneblkelcm
Официальный URL https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm
Описание Create QR Code quickly
Размер файла 694 KB
Количество установок 1,679
Текущая Версия 1.0.4
Последнее Обновление 2016-05-04
Дата публикации 2016-05-04
Рейтинг 4.63/5 Всего 8 оценок
Разработчик https://devehab.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Generator",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Create QR Code quickly",
    "short_name": "Create QR Code",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/event.js"
        ]
    },
    "options_page": "index.html",
    "browser_action": {
        "default_title": "Quick QR Code",
        "default_icon": {
            "19": "icon\/icon.png",
            "38": "icon\/icon.png"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "homepage_url": "http:\/\/devehab.com",
    "author": "Ehab Kahwati"
}