QReaderX - QR Code Reader

QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs

QReaderX - QR Code Readerとは何ですか?

QReaderX - QR Code Readerはqreaderxappによって開発されたChromeの拡張機能で、その主な機能は「QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        QReaderX is an extension that helps users to view contents of the QR Code displayed on any website just by hovering over it. It also gives warning to the user if the QR Code is not safe to open.

This enables users to make an informed decision instead of opening the QR Code directly and potentially protect them from getting landed onto an unsafe website

Enjoy Safe QR Codes!                    

拡張機能の基本情報

名前 QReaderX - QR Code Reader QReaderX - QR Code Reader
ID ehldnpongcmddeadpnmoikamdpjmfjph
公式URL https://chromewebstore.google.com/detail/qreaderx-qr-code-reader/ehldnpongcmddeadpnmoikamdpjmfjph
説明 QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs
ファイルサイズ 952 KB
インストール数 530
現在のバージョン 1.1.4
最終更新日 2021-02-06
公開日 2021-02-06
評価 4.86/5 合計 7 レビュー
開発者 qreaderxapp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://qreaderx.com/
ヘルプページのURL https://qreaderx.com/help
プライバシーポリシーページのURL https://qreaderx.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QReaderX - QR Code Reader",
    "description": "QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/logo_16.png",
        "48": "assets\/logo_48.png",
        "128": "assets\/logo_128.png"
    },
    "browser_action": {
        "default_title": "QReaderX",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "presistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}