qrcode with scheme

generate qrcode with url scheme

qrcode with schemeとは何ですか?

qrcode with schemeはvivaxyによって開発されたChromeの拡張機能で、その主な機能は「generate qrcode with url scheme」です。

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

screenshot

qrcode with scheme拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Generate qrcode with url schema.                    

拡張機能の基本情報

名前 qrcode with scheme qrcode with scheme
ID nghpcjjmhemilbphegklaehbmoepfokk
公式URL https://chromewebstore.google.com/detail/qrcode-with-scheme/nghpcjjmhemilbphegklaehbmoepfokk
説明 generate qrcode with url scheme
ファイルサイズ 28.81 KB
インストール数 65
現在のバージョン 1.2.6
最終更新日 2016-11-21
公開日 2016-11-20
評価 5.00/5 合計 4 レビュー
開発者 vivaxy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/vivaxy/qrcode-chrome
ヘルプページのURL https://github.com/vivaxy/qrcode-chrome/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "qrcode with scheme",
    "version": "1.2.6",
    "description": "generate qrcode with url scheme",
    "icons": {
        "128": "img\/icon.128.png",
        "48": "img\/icon.48.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.128.png",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "author": "vivaxy",
    "homepage_url": "https:\/\/github.com\/vivaxy\/qrcode-chrome",
    "permissions": [
        "tabs",
        "storage"
    ]
}