QR Code Tools

Generate a QR Code for the current page or your text

QR Code Toolsとは何ですか?

QR Code Toolsはkimownによって開発されたChromeの拡張機能で、その主な機能は「Generate a QR Code for the current page or your text」です。

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

screenshot
screenshot
screenshot

QR Code Tools拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Generate a QR Code for the current page or your text.                    

拡張機能の基本情報

名前 QR Code Tools QR Code Tools
ID ocbhppgblkpojkpebamblimobggeaobi
公式URL https://chromewebstore.google.com/detail/qr-code-tools/ocbhppgblkpojkpebamblimobggeaobi
説明 Generate a QR Code for the current page or your text
ファイルサイズ 25.42 KB
インストール数 32
現在のバージョン 1.0
最終更新日 2016-07-23
公開日 2016-07-23
評価 5.00/5 合計 2 レビュー
開発者 kimown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Tools",
    "description": "Generate a QR Code for the current page or your text",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}