Page to QR Code

Get a QR code of current page with just one click.

Page to QR Codeとは何ですか?

Page to QR CodeはJan Rychtářによって開発されたChromeの拡張機能で、その主な機能は「Get a QR code of current page with just one click.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Get a QR code of the current page with just one click.                    

拡張機能の基本情報

名前 Page to QR Code Page to QR Code
ID aiilaldmobjhjhlgmpjdchhmbbklphga
公式URL https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga
説明 Get a QR code of current page with just one click.
ファイルサイズ 7.89 KB
インストール数 43
現在のバージョン 1.0.4
最終更新日 2013-02-27
公開日 2013-02-27
評価 3.67/5 合計 3 レビュー
開発者 Jan Rychtář
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page to QR Code",
    "version": "1.0.4",
    "description": "Get a QR code of current page with just one click.",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Page to QR"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; script-src 'self'"
}