QR Code Reader

A chrome extension for reading QR code from webpage.

QR Code Readerとは何ですか?

QR Code ReaderはAyaan Ahmadによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension for reading QR code from webpage.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Get the link to the QR Code shown on any web page. 

To use just open extension or use 'Command/Ctrl+Shift+F' shortcut to read QR code on current tab.
Yes it is that easy.

Some notable Issues:
Unable to read QR code if it is not clear on a webpage.
Cannot read multiple QR code.                    

拡張機能の基本情報

名前 QR Code Reader QR Code Reader
ID ogidhdapceihieacnnopijooamfceepd
公式URL https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd
説明 A chrome extension for reading QR code from webpage.
ファイルサイズ 98.24 KB
インストール数 4,189
現在のバージョン 1.0.2
最終更新日 2022-10-20
公開日 2022-08-09
評価 5.00/5 合計 2 レビュー
開発者 Ayaan Ahmad
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Reader",
    "description": "A chrome extension for reading QR code from webpage.",
    "version": "1.0.2",
    "action": {
        "default_popup": "dist\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": ""
        }
    }
}