Scan QR code

Scan QR code through Webcam and screenshot

什么是Scan QR code?

Scan QR code是由gzy28293开发的Chrome扩展程序,该扩展的主要功能是“Scan QR code through Webcam and screenshot”。

扩展截图

screenshot
screenshot

下载Scan QR code扩展crx文件

下载Scan QR code扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ScanQRCode can scanning QR code in every page.It Support scanning QR code via webcam and webpage screenshot.                    

扩展基本信息

名称 Scan QR code Scan QR code
ID hkfmcplbmbfhfocaobcnjkfelmfbdkcm
官方URL https://chromewebstore.google.com/detail/scan-qr-code/hkfmcplbmbfhfocaobcnjkfelmfbdkcm
简介 Scan QR code through Webcam and screenshot
文件大小 1.06 MB
安装次数 3,638
当前版本 2.0.0
更新时间 2021-09-07
上架时间 2021-09-07
评分 2.50/5 共2次评分
开发者 gzy28293
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ScanQRCode/ScanQRCode
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "2.0.0",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "short_name": "Sample Name",
    "permissions": [
        "activeTab",
        "search",
        "",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "tiny title",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}