Quick QRCode

A QRCode creator for Chrome

Quick QRCodeとは何ですか?

Quick QRCodeはchenzhiweiによって開発されたChromeの拡張機能で、その主な機能は「A QRCode creator for Chrome」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Quick QRCode拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Features
=================
* Support context menus
* Support custom content
* Support running in offline mode
* Support creating QRCode for pages, links, images, selected content

Feedback
=================
https://github.com/chenzhiwei/chrome-quick-qrcode

Alternative
=================
This one will generate the QR Code in the popup.
https://chrome.google.com/webstore/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo                    

拡張機能の基本情報

名前 Quick QRCode Quick QRCode
ID ijoeanckpfaegjkbdmbihinbdpgpcbba
公式URL https://chromewebstore.google.com/detail/quick-qrcode/ijoeanckpfaegjkbdmbihinbdpgpcbba
説明 A QRCode creator for Chrome
ファイルサイズ 51.72 KB
インストール数 2,304
現在のバージョン 0.0.4
最終更新日 2020-07-23
公開日 2015-03-04
評価 5.00/5 合計 11 レビュー
開発者 chenzhiwei
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/chenzhiwei/chrome-quick-qrcode
ヘルプページのURL https://github.com/chenzhiwei/chrome-quick-qrcode
対応言語 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.4",
    "name": "Quick QRCode",
    "short_name": "Quick QRCode",
    "description": "__MSG_description__",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icon\/quick-qrcode-16.png",
        "48": "icon\/quick-qrcode-48.png",
        "128": "icon\/quick-qrcode-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/event.js"
        ]
    },
    "options_page": "index.html",
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_icon": {
            "19": "icon\/quick-qrcode-19.png",
            "38": "icon\/quick-qrcode-38.png"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}