Auto QR Code reader
Fast automatic reading of QR codes, install once and forget about the buttons
Τι είναι το Auto QR Code reader;
Το Auto QR Code reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://prohetamine.ru, και η κύρια λειτουργία του είναι "Fast automatic reading of QR codes, install once and forget about the buttons".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto QR Code reader
Λήψη αρχείων επέκτασης Auto QR Code reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Auto QR Code reader |
ID | eobmjffolpoiolllhlbflbkdjeabbpke |
Επίσημο URL | https://chromewebstore.google.com/detail/auto-qr-code-reader/eobmjffolpoiolllhlbflbkdjeabbpke |
Περιγραφή | Fast automatic reading of QR codes, install once and forget about the buttons |
Μέγεθος Αρχείου | 429 KB |
Αριθμός Εγκαταστάσεων | 92 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2022-09-05 |
Ημερομηνία Δημοσίευσης | 2022-07-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://prohetamine.ru |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/prohetamine/Auto-QR-Code-reader |
Υποστηριζόμενες Γλώσσες | 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": [ " |