Auto QR Code reader

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

Was ist Auto QR Code reader?

Auto QR Code reader ist eine Chrome-Erweiterung, die von https://prohetamine.ru entwickelt wurde, und ihr Hauptmerkmal ist "Fast automatic reading of QR codes, install once and forget about the buttons".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Auto QR Code reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto QR Code reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Auto QR Code reader Auto QR Code reader
ID eobmjffolpoiolllhlbflbkdjeabbpke
Offizielle URL https://chromewebstore.google.com/detail/auto-qr-code-reader/eobmjffolpoiolllhlbflbkdjeabbpke
Beschreibung Fast automatic reading of QR codes, install once and forget about the buttons
Dateigröße 429 KB
Installationsanzahl 92
Aktuelle Version 0.0.1
Letztes Update 2022-09-05
Veröffentlichungsdatum 2022-07-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://prohetamine.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/prohetamine/Auto-QR-Code-reader
Unterstützte Sprachen 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"
            ]
        }
    ]
}