QR it!

This extension shows the QR code of the current URL address.

QR it!とは何ですか?

QR it!はhttps://malva.altervista.orgによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the QR code of the current URL address.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code.

Tired of typing long adresses on that tiny phone keyboard of yours? 
Of emailing yourself links? 

QR it! is for you.                    

拡張機能の基本情報

名前 QR it! QR it!
ID cbbanapabopdclniplcfanpepneilmfj
公式URL https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj
説明 This extension shows the QR code of the current URL address.
ファイルサイズ 57.31 KB
インストール数 29
現在のバージョン 1.1
最終更新日 2019-04-13
公開日 2019-04-13
開発者 https://malva.altervista.org
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR it!",
    "description": "This extension shows the QR code of the current URL address.",
    "version": "1.1",
    "options_page": "options\/options.html",
    "icons": {
        "19": "images\/qrcode19.png",
        "38": "images\/qrcode38.png",
        "48": "images\/qrcode48.png",
        "128": "images\/qrcode128.png"
    },
    "browser_action": {
        "default_icon": "images\/qrcode.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.qrcode.min.js",
                "popup.js",
                "options\/options.js"
            ]
        }
    ]
}