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是由https://prohetamine.ru开发的Chrome扩展程序,该扩展的主要功能是“Fast automatic reading of QR codes, install once and forget about the buttons”。
扩展截图
下载Auto QR Code reader扩展crx文件
下载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": [ " |