QRLink

Generate QR code for any page to allow link sharing from browser to other devices.

QRLinkとは何ですか?

QRLinkはRafik Tighiltによって開発されたChromeの拡張機能で、その主な機能は「Generate QR code for any page to allow link sharing from browser to other devices.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.                    

拡張機能の基本情報

名前 QRLink QRLink
ID lehfdkbjieiagnjphoijdnmoknhegigg
公式URL https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg
説明 Generate QR code for any page to allow link sharing from browser to other devices.
ファイルサイズ 96.83 KB
インストール数 52
現在のバージョン 1.0
最終更新日 2017-10-03
公開日 2017-10-03
評価 5.00/5 合計 3 レビュー
開発者 Rafik Tighilt
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QRLink",
    "short_name": "QRL",
    "description": "Generate QR code for any page to allow link sharing from browser to other devices.",
    "version": "1.0",
    "author": "Rafik TIGHILT",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "Generate QRCode for this page"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}