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
公式URL 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
Eメール [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"
        }
    ]
}