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