QR URL Transfer
Transfer a web page address to a smartphone using QR-code
QR URL Transferとは何ですか?
QR URL TransferはEoos Venturesによって開発されたChromeの拡張機能で、その主な機能は「Transfer a web page address to a smartphone using QR-code」です。
拡張機能のスクリーンショット
QR URL Transfer拡張機能のCRXファイルをダウンロード
QR URL Transfer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.
拡張機能の基本情報
名前 | QR URL Transfer |
ID | iojkbccgdkfpbffpdbkmahhkigbhhmbn |
公式URL | https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn |
説明 | Transfer a web page address to a smartphone using QR-code |
ファイルサイズ | 63.23 KB |
インストール数 | 83 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2018-02-10 |
公開日 | 2018-02-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Eoos Ventures |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL Transfer", "description": "Transfer a web page address to a smartphone using QR-code", "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "hello.html", "default_icon": "16-icon.png" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png" }, "permissions": [ "activeTab" ] } |