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
官方網址 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
電子郵箱 [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": []
}