QR Code for URL

This extension shows QR code for the current URL

Что такое QR Code for URL?

QR Code for URL - это расширение Chrome, разработанное khandaa, и его основная функция - "This extension shows QR code for the current URL".

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

screenshot

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

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

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

                        This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc).

Anyone who wants to share links through the mobile, this will be an easy way to share the URL.                    

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

Название QR Code for URL QR Code for URL
ID occafnjlngbhpeecondimabioglncpbd
Официальный URL https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd
Описание This extension shows QR code for the current URL
Размер файла 5.48 KB
Количество установок 17
Текущая Версия 1.0
Последнее Обновление 2017-06-16
Дата публикации 2017-06-16
Рейтинг 4.00/5 Всего 1 оценок
Разработчик khandaa
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code for URL",
    "description": "This extension shows QR code for the current URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "qr_copyurl.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/chart.googleapis.com\/chart"
    ]
}