Scan QR code

Scan QR code through Webcam and screenshot

Qu'est-ce que Scan QR code ?

Scan QR code est une extension Chrome développée par gzy28293, et sa fonction principale est "Scan QR code through Webcam and screenshot".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Scan QR code

Téléchargez les fichiers d'extension Scan QR code au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Scan QR code Scan QR code
ID hkfmcplbmbfhfocaobcnjkfelmfbdkcm
URL Officiel https://chromewebstore.google.com/detail/scan-qr-code/hkfmcplbmbfhfocaobcnjkfelmfbdkcm
Description Scan QR code through Webcam and screenshot
Taille du Fichier 1.06 MB
Nombre d'Installations 3,638
Version Actuelle 2.0.0
Dernière Mise à Jour 2021-09-07
Date de Publication 2021-09-07
Évaluation 2.50/5 Total 2 Évaluations
Développeur gzy28293
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ScanQRCode/ScanQRCode
Langues Prises en Charge 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"
            ]
        }
    ]
}