QR creator

Create QR code for current url.

Что такое QR creator?

QR creator - это расширение Chrome, разработанное Uğur KINIK, и его основная функция - "Create QR code for current url.".

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

screenshot

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

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

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

                        When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones.                    

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

Название QR creator QR creator
ID bnapnikdipejhnceiohjeldjopimjecf
Официальный URL https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf
Описание Create QR code for current url.
Размер файла 42.96 KB
Количество установок 12,382
Текущая Версия 0.3
Последнее Обновление 2021-06-03
Дата публикации 2016-08-01
Рейтинг 4.33/5 Всего 12 оценок
Разработчик Uğur KINIK
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/kinix/qr-creator-chrome-extension
Поддерживаемые языки en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "16": "icons\/qr.png",
        "48": "icons\/qr.png",
        "128": "icons\/qr.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/qr.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}