Auto QR Code reader

Fast automatic reading of QR codes, install once and forget about the buttons

Qu'est-ce que Auto QR Code reader ?

Auto QR Code reader est une extension Chrome développée par https://prohetamine.ru, et sa fonction principale est "Fast automatic reading of QR codes, install once and forget about the buttons".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Auto QR Code reader

Téléchargez les fichiers d'extension Auto QR Code reader 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

                        Hi, I'm a robot extension Bob, I'll help you enjoy surfing the Internet and scan any QR Code you want in just a few seconds.

And so that's what I already know how to do:

🤖 — Automatic QR Code Reading

👀 — Reading QR Code from the extension menu

💾 — Generating QR Code as a link or text and downloading

🚫 — It is completely secure because it does not transmit or store user information

📡 — Can work without internet

🎁 — Completely free and without ads

I was created to help a person!                    

Informations de Base sur l'Extension

Nom Auto QR Code reader Auto QR Code reader
ID eobmjffolpoiolllhlbflbkdjeabbpke
URL Officiel https://chromewebstore.google.com/detail/auto-qr-code-reader/eobmjffolpoiolllhlbflbkdjeabbpke
Description Fast automatic reading of QR codes, install once and forget about the buttons
Taille du Fichier 429 KB
Nombre d'Installations 92
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-09-05
Date de Publication 2022-07-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://prohetamine.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/prohetamine/Auto-QR-Code-reader
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto QR Code reader",
    "description": "Fast automatic reading of QR codes, install once and forget about the buttons",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "src\/background\/script.js"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "activeTab",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/lib\/qr-scanner.legacy.min.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/page\/style.css"
            ],
            "js": [
                "src\/page\/script.js"
            ]
        }
    ]
}