QrURL

create a qrcode from an url

Что такое QrURL?

QrURL - это расширение Chrome, разработанное https://qrurl.it, и его основная функция - "create a qrcode from an url".

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

screenshot

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

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

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

                        A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world.                    

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

Название QrURL QrURL
ID ckcagfpjgmmncmkgdilpjbkleijonafi
Официальный URL https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi
Описание create a qrcode from an url
Размер файла 14.45 KB
Количество установок 115
Текущая Версия 0.4.3
Последнее Обновление 2017-09-28
Дата публикации 2017-09-28
Разработчик https://qrurl.it
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://qrurl.it
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QrURL",
    "version": "0.4.3",
    "description": "create a qrcode from an url",
    "background_page": "background.html",
    "browser_action": {
        "default_icon": "icon-128.png",
        "popup": "popup.html"
    },
    "homepage_url": "http:\/\/qrurl.it",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}