X QRCode

A powerfull chrome extension for qrcode encoding and decoding.

什麼是X QRCode?

X QRCode是由nuintun開發的Chrome擴展程式,該擴展的主要功能是“A powerfull chrome extension for qrcode encoding and decoding.”。

擴展截圖

screenshot
screenshot
screenshot

下載X QRCode擴展crx文件

下載X QRCode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The extension can quickly convert the tab address to a QRCode and support converting the link and selected text in the page to a QRCode and parsing the QRCode image in the page.                    

擴展基本資訊

名稱 X QRCode X QRCode
ID afjgnjcplfimlceahcgancmlnmbkgmhf
官方網址 https://chromewebstore.google.com/detail/x-qrcode/afjgnjcplfimlceahcgancmlnmbkgmhf
簡介 A powerfull chrome extension for qrcode encoding and decoding.
檔案大小 46.77 KB
安裝次數 221
目前版本 0.3.3
更新時間 2022-01-21
上架時間 2019-05-28
評分 5.00/5 共 1 次評分
開發者 nuintun
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/nuintun/x-qrcode
說明頁面URL https://github.com/nuintun/x-qrcode
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.3.3",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/qrcode-16.png",
        "32": "images\/qrcode-32.png",
        "48": "images\/qrcode-48.png",
        "128": "images\/qrcode-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/qrcode-16.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/nuintun\/x-qrcode",
    "permissions": [
        "activeTab",
        "contextMenus",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}