QR Code Reader

A chrome extension for reading QR code from webpage.

什么是QR Code Reader?

QR Code Reader是由Ayaan Ahmad开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension for reading QR code from webpage.”。

扩展截图

screenshot

下载QR Code Reader扩展crx文件

下载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": ""
        }
    }
}