QR SHARE

The user helper program to load a website directly from browser to mobile using QR Code

Что такое QR SHARE?

QR SHARE - это расширение Chrome, разработанное https://aiesys.blogspot.com, и его основная функция - "The user helper program to load a website directly from browser to mobile using QR Code".

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

screenshot
screenshot

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

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

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

                        QR Share is a programme which can be used to share the url of the website with the mobile device using QR Code. You can just use any QR Code scanner to get the link. We use google API to generate QR Code. Get your website on your mobile device in the fastest way possible.                    

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

Название QR SHARE QR SHARE
ID djkhkcefpahcaaedbaknfbcflpkkhcnj
Официальный URL https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj
Описание The user helper program to load a website directly from browser to mobile using QR Code
Размер файла 39.91 KB
Количество установок 103
Текущая Версия 1.0
Последнее Обновление 2017-07-01
Дата публикации 2017-07-01
Рейтинг 1.00/5 Всего 1 оценок
Разработчик https://aiesys.blogspot.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR SHARE",
    "description": "The user helper program to load a website directly from browser to mobile using QR Code",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}