Scan QR code

Scan QR code through Webcam and screenshot

Wat is Scan QR code?

Scan QR code is een Chrome-extensie ontwikkeld door gzy28293, en de belangrijkste functie is "Scan QR code through Webcam and screenshot".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Scan QR code

Download Scan QR code-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Scan QR code Scan QR code
ID hkfmcplbmbfhfocaobcnjkfelmfbdkcm
Officiële URL https://chromewebstore.google.com/detail/scan-qr-code/hkfmcplbmbfhfocaobcnjkfelmfbdkcm
Beschrijving Scan QR code through Webcam and screenshot
Bestandsgrootte 1.06 MB
Aantal Installaties 3,638
Huidige Versie 2.0.0
Laatst Bijgewerkt 2021-09-07
Publicatiedatum 2021-09-07
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar gzy28293
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ScanQRCode/ScanQRCode
Ondersteunde Talen 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"
            ]
        }
    ]
}