Auto QR Code reader
Fast automatic reading of QR codes, install once and forget about the buttons
Hvad er Auto QR Code reader?
Auto QR Code reader er en Chrome-udvidelse udviklet af https://prohetamine.ru, og dens hovedfunktion er "Fast automatic reading of QR codes, install once and forget about the buttons".
Udvidelsesskærmbilleder
Download Auto QR Code reader-udvidelses-CRX-fil
Download Auto QR Code reader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | eobmjffolpoiolllhlbflbkdjeabbpke |
| Officiel URL | https://chromewebstore.google.com/detail/auto-qr-code-reader/eobmjffolpoiolllhlbflbkdjeabbpke |
| Beskrivelse | Fast automatic reading of QR codes, install once and forget about the buttons |
| Filstørrelse | 429 KB |
| Antal Installationer | 92 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2022-09-05 |
| Udgivelsesdato | 2022-07-25 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://prohetamine.ru |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/prohetamine/Auto-QR-Code-reader |
| Understøttede Sprog | 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": [
" | |