WebRTC Desktop Sharing for Uniquity
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
WebRTC Desktop Sharing for Uniquityとは何ですか?
WebRTC Desktop Sharing for Uniquityはhttps://andrexen.comによって開発されたChromeの拡張機能で、その主な機能は「WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity」です。
拡張機能のスクリーンショット
WebRTC Desktop Sharing for Uniquity拡張機能のCRXファイルをダウンロード
WebRTC Desktop Sharing for Uniquity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WebRTC Desktop Sharing for Uniquity -- WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
拡張機能の基本情報
名前 | WebRTC Desktop Sharing for Uniquity |
ID | pofiaabfdjpmpaecpfmoplgnngdmfjdd |
公式URL | https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/pofiaabfdjpmpaecpfmoplgnngdmfjdd |
説明 | WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity |
ファイルサイズ | 12.73 KB |
インストール数 | 323 |
現在のバージョン | 1.5.0.3 |
最終更新日 | 2016-02-25 |
公開日 | 2016-02-25 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | https://andrexen.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.andrexen.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Andrexen", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.andrexen.com\/*", "https:\/\/*.cirpack.com\/*", "https:\/\/*.uniquity.lab.as30781.net\/*", "https:\/\/*.uniquity.ovh\/*" ] } ], "description": "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity", "externally_connectable": { "matches": [ "https:\/\/*.andrexen.com\/*", "https:\/\/*.cirpack.com\/*", "https:\/\/*.uniquity.lab.as30781.net\/*", "https:\/\/*.uniquity.ovh\/*" ] }, "homepage_url": "http:\/\/uniquity.andrexen.com\/", "icons": { "128": "icon128.png", "48": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "WebRTC Desktop Sharing for Uniquity", "permissions": [ "desktopCapture" ], "version": "1.5.0.3" } |