URL 2 QR Code

This extension displays the URL as a QR Code for easy mobile transfer.

URL 2 QR Codeとは何ですか?

URL 2 QR Codeはhttp://lisaapps.comによって開発されたChromeの拡張機能で、その主な機能は「This extension displays the URL as a QR Code for easy mobile transfer.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone?  

I would copy the url and then email it to myself!  

What a pain in the butt!

So I created: "One-Click URL2QRCODE"

One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.                    

拡張機能の基本情報

名前 URL 2 QR Code URL 2 QR Code
ID nnegakkhkafagagmedecbbcjcjmonkgb
公式URL https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb
説明 This extension displays the URL as a QR Code for easy mobile transfer.
ファイルサイズ 7.75 KB
インストール数 24
現在のバージョン 1.2
最終更新日 2013-12-11
公開日 2013-12-11
開発者 http://lisaapps.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL 2 QR Code",
    "short_name": "URL2QRCode",
    "description": "This extension displays the URL as a QR Code for easy mobile transfer.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/qrcode.kaywa.com\/",
        "tabs",
        "contentSettings",
        "background"
    ]
}