QR Code Reader

A chrome extension for reading QR code from webpage.

Что такое QR Code Reader?

QR Code Reader - это расширение Chrome, разработанное Ayaan Ahmad, и его основная функция - "A chrome extension for reading QR code from webpage.".

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

screenshot

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

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

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

                        Get the link to the QR Code shown on any web page. 

To use just open extension or use 'Command/Ctrl+Shift+F' shortcut to read QR code on current tab.
Yes it is that easy.

Some notable Issues:
Unable to read QR code if it is not clear on a webpage.
Cannot read multiple QR code.                    

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

Название QR Code Reader QR Code Reader
ID ogidhdapceihieacnnopijooamfceepd
Официальный URL https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd
Описание A chrome extension for reading QR code from webpage.
Размер файла 98.24 KB
Количество установок 4,189
Текущая Версия 1.0.2
Последнее Обновление 2022-10-20
Дата публикации 2022-08-09
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Ayaan Ahmad
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Reader",
    "description": "A chrome extension for reading QR code from webpage.",
    "version": "1.0.2",
    "action": {
        "default_popup": "dist\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": ""
        }
    }
}