The QRcode Generator

Generate Qrcode of your current tab and Selection

The QRcode Generatorとは何ですか?

The QRcode GeneratorはJohnnyWorksによって開発されたChromeの拡張機能で、その主な機能は「Generate Qrcode of your current tab and Selection」です。

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

screenshot
screenshot

The QRcode Generator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A Simple tools that can generate QR-Code of your current tab or your selections.

Features:
- Click to get current tab URL into QR Code, Easy to use.
- Can generate QRCode without internet.                    

拡張機能の基本情報

名前 The QRcode Generator The QRcode Generator
ID mmjobjkkoeoklejdaclonlkofnaojind
公式URL https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind
説明 Generate Qrcode of your current tab and Selection
ファイルサイズ 66.86 KB
インストール数 96
現在のバージョン 1.0
最終更新日 2014-10-04
公開日 2014-10-04
開発者 JohnnyWorks
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The QRcode Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Generate Qrcode of your current tab and Selection",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}