QRLink

Generate QR code for any page to allow link sharing from browser to other devices.

Что такое QRLink?

QRLink - это расширение Chrome, разработанное Rafik Tighilt, и его основная функция - "Generate QR code for any page to allow link sharing from browser to other devices.".

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

screenshot
screenshot

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

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

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

                        QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.                    

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

Название QRLink QRLink
ID lehfdkbjieiagnjphoijdnmoknhegigg
Официальный URL https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg
Описание Generate QR code for any page to allow link sharing from browser to other devices.
Размер файла 96.83 KB
Количество установок 52
Текущая Версия 1.0
Последнее Обновление 2017-10-03
Дата публикации 2017-10-03
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Rafik Tighilt
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QRLink",
    "short_name": "QRL",
    "description": "Generate QR code for any page to allow link sharing from browser to other devices.",
    "version": "1.0",
    "author": "Rafik TIGHILT",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "Generate QRCode for this page"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}