Smart Connection
Screen Sharing By Wireless Display
Smart Connectionとは何ですか?
Smart ConnectionはAtomWuによって開発されたChromeの拡張機能で、その主な機能は「Screen Sharing By Wireless Display」です。
拡張機能のスクリーンショット
Smart Connection拡張機能のCRXファイルをダウンロード
Smart Connection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Smart Connection : Screen Sharing By Wireless Display.
拡張機能の基本情報
名前 | |
ID | jdeffbcalgephoogkfbjdijifmdkcmkn |
公式URL | https://chrome.google.com/webstore/detail/smart-connection/jdeffbcalgephoogkfbjdijifmdkcmkn |
説明 | Screen Sharing By Wireless Display |
ファイルサイズ | 146 KB |
インストール数 | 764 |
現在のバージョン | 0.3.4 |
最終更新日 | 2018-05-10 |
公開日 | 2018-05-10 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | AtomWu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Connection", "description": "Screen Sharing By Wireless Display", "version": "0.3.4", "manifest_version": 2, "icons": { "48": "btn_sc_48x48.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "proxy", "tabs", "desktopCapture", "storage" ], "browser_action": { "default_icon": "btn_sc_nonshare_128.png", "default_popup": "popup.html" }, "options_page": "setting.html" } |