QrURL

create a qrcode from an url

QrURLとは何ですか?

QrURLはhttps://qrurl.itによって開発されたChromeの拡張機能で、その主な機能は「create a qrcode from an url」です。

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

screenshot

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

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

拡張機能の使用方法

                        A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world.                    

拡張機能の基本情報

名前 QrURL QrURL
ID ckcagfpjgmmncmkgdilpjbkleijonafi
公式URL https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi
説明 create a qrcode from an url
ファイルサイズ 14.45 KB
インストール数 115
現在のバージョン 0.4.3
最終更新日 2017-09-28
公開日 2017-09-28
開発者 https://qrurl.it
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://qrurl.it
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QrURL",
    "version": "0.4.3",
    "description": "create a qrcode from an url",
    "background_page": "background.html",
    "browser_action": {
        "default_icon": "icon-128.png",
        "popup": "popup.html"
    },
    "homepage_url": "http:\/\/qrurl.it",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}