Scan QR code

Scan QR code through Webcam and screenshot

Cos'è Scan QR code?

Scan QR code è un'estensione di Chrome sviluppata da gzy28293, e la sua funzione principale è "Scan QR code through Webcam and screenshot".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Scan QR code

Scarica i file di estensione Scan QR code in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Scan QR code Scan QR code
ID hkfmcplbmbfhfocaobcnjkfelmfbdkcm
URL Ufficiale https://chromewebstore.google.com/detail/scan-qr-code/hkfmcplbmbfhfocaobcnjkfelmfbdkcm
Descrizione Scan QR code through Webcam and screenshot
Dimensione del File 1.06 MB
Conteggio Installazioni 3,638
Versione Corrente 2.0.0
Ultimo Aggiornamento 2021-09-07
Data di Pubblicazione 2021-09-07
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore gzy28293
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ScanQRCode/ScanQRCode
Lingue Supportate 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"
            ]
        }
    ]
}