Smart QRCode

Smart QRCode

Что такое Smart QRCode?

Smart QRCode - это расширение Chrome, разработанное ethan, и его основная функция - "Smart QRCode".

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

screenshot
screenshot

Скачать файл CRX расширения Smart QRCode

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

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

                        Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click.  

Additional options:
* Five different QR code dimensions are supported,  currently 220px,  380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference.
* You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)                    

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

Название Smart QRCode Smart QRCode
ID bpneiabdnfmenainoficenddegfhgedo
Официальный URL https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo
Описание Smart QRCode
Размер файла 25.63 KB
Количество установок 125
Текущая Версия 1.0
Последнее Обновление 2016-12-03
Дата публикации 2016-12-02
Рейтинг 4.00/5 Всего 1 оценок
Разработчик ethan
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart QRCode",
    "description": "Smart QRCode",
    "version": "1.0",
    "author": "Ethan",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}