Bloombench Screenshare
Screensharing Extension for Bloombench
Bloombench Screenshareとは何ですか?
Bloombench Screenshareはhttp://bloombench.comによって開発されたChromeの拡張機能で、その主な機能は「Screensharing Extension for Bloombench」です。
拡張機能のスクリーンショット
Bloombench Screenshare拡張機能のCRXファイルをダウンロード
Bloombench Screenshare拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Bloombench screen sharing extension allows all the users of the bloombench's virtual classroom to share different aspects of their desktop/screen with the other users. Bloombench.com is an online learning portal which allows students and professors to connect in real time thereby enhancing their learning experience. The extension supports the following use cases: 1. Select which window to share from your computer 2. Participants can click on the full screen icon to see the shared screen more clearly
拡張機能の基本情報
名前 | |
ID | mpadkkhpjaopoiboknmmilbojnangeoe |
公式URL | https://chrome.google.com/webstore/detail/bloombench-screenshare/mpadkkhpjaopoiboknmmilbojnangeoe |
説明 | Screensharing Extension for Bloombench |
ファイルサイズ | 11.88 KB |
インストール数 | 67 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-04-03 |
公開日 | 2019-04-03 |
開発者 | http://bloombench.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://bloombench.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bloombench Screenshare", "description": "Screensharing Extension for Bloombench", "version": "1.0.2", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.bloombench.com\/*", "https:\/\/localhost\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "desktopCapture", "https:\/\/*.bloombench.com\/*", "https:\/\/localhost\/*" ] } |