QR Code Scanner

Scans QR codes on any web page or PDF

QR Code Scannerとは何ですか?

QR Code Scannerはmaxmuotoによって開発されたChromeの拡張機能で、その主な機能は「Scans QR codes on any web page or PDF」です。

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

screenshot

QR Code Scanner拡張機能のCRXファイルをダウンロード

QR Code Scanner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google Chrome extension that scans your currently active tab for a QR code and returns the link if one is found.                    

拡張機能の基本情報

名前 QR Code Scanner QR Code Scanner
ID fkpngmoodfpnnnnbabhnnbemglnphncc
公式URL https://chromewebstore.google.com/detail/qr-code-scanner/fkpngmoodfpnnnnbabhnnbemglnphncc
説明 Scans QR codes on any web page or PDF
ファイルサイズ 20.92 KB
インストール数 1,000
現在のバージョン 1.1
最終更新日 2023-01-03
公開日 2023-01-02
評価 5.00/5 合計 1 レビュー
開発者 maxmuoto
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/max-muoto/google-chrome-qr-code-scanner
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Scanner",
    "version": "1.1",
    "description": "Scans QR codes on any web page or PDF",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/scanner*",
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "images\/icon.png",
            "32": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png"
        }
    },
    "content_security_policy": []
}