QR Code Generator

Creates QR Codes from open pages, URLs, images, links and selected text.

QR Code Generatorとは何ですか?

QR Code GeneratorはArmin Kremmによって開発されたChromeの拡張機能で、その主な機能は「Creates QR Codes from open pages, URLs, images, links and selected text.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 QR Code Generator QR Code Generator
ID dfncpmlchoghcaleajocnbgnffdkpeia
公式URL https://chromewebstore.google.com/detail/qr-code-generator/dfncpmlchoghcaleajocnbgnffdkpeia
説明 Creates QR Codes from open pages, URLs, images, links and selected text.
ファイルサイズ 48.34 KB
インストール数 1,296
現在のバージョン 1.0
最終更新日 2013-10-30
公開日 2013-10-29
評価 5.00/5 合計 1 レビュー
開発者 Armin Kremm
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "description": "Creates QR Codes from open pages, URLs, images, links and selected text.",
    "version": "1.0",
    "author": [
        "Armin Kremm"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_name": "Create QR code",
        "default_title": "Create an QR code for this page",
        "default_popup": "popup.html"
    }
}