URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

URL to QR code converterとは何ですか?

URL to QR code converterはhttps://sites.google.com/site/fujunduによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.」です。

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

screenshot
screenshot

URL to QR code converter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

拡張機能の基本情報

名前 URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
公式URL https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
説明 This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
ファイルサイズ 46.83 KB
インストール数 4,354
現在のバージョン 0.4
最終更新日 2017-02-22
公開日 2017-02-22
評価 4.00/5 合計 4 レビュー
開発者 https://sites.google.com/site/fujundu
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/fjdu/URL-to-QR-code
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}