Scan QR code

Scan QR code through Webcam and screenshot

What is Scan QR code?

Scan QR code is a Chrome extension developed by gzy28293, and its main feature is "Scan QR code through Webcam and screenshot".

Extension Screenshots

screenshot
screenshot

Download Scan QR code Extension CRX File

Download Scan QR code extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Scan QR code Scan QR code
ID hkfmcplbmbfhfocaobcnjkfelmfbdkcm
Official URL https://chromewebstore.google.com/detail/scan-qr-code/hkfmcplbmbfhfocaobcnjkfelmfbdkcm
Description Scan QR code through Webcam and screenshot
File Size 1.06 MB
Installation Count 3,638
Current Version 2.0.0
Last Updated 2021-09-07
Publish Date 2021-09-07
Rating 2.50/5 Total 2 Ratings
Developer gzy28293
Email [email protected]
Payment Type free
Extension Website https://github.com/ScanQRCode/ScanQRCode
Supported Languages 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"
            ]
        }
    ]
}