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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/lib\/qr-scanner.legacy.min.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/page\/style.css"
            ],
            "js": [
                "src\/page\/script.js"
            ]
        }
    ]
}