RTC Share Desktop
WebRTC screen capturing extension.
RTC Share Desktopとは何ですか?
RTC Share Desktopはdriverfarfarによって開発されたChromeの拡張機能で、その主な機能は「WebRTC screen capturing extension.」です。
拡張機能のスクリーンショット
RTC Share Desktop拡張機能のCRXファイルをダウンロード
RTC Share Desktop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a WebRTC screen capturing extension 拡張機能の基本情報
| 名前 | |
| ID | ccahbcjalpomijfpjemdgpnbogofnlgl |
| 公式URL | https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl |
| 説明 | WebRTC screen capturing extension. |
| ファイルサイズ | 5.43 KB |
| インストール数 | 34 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-01-11 |
| 公開日 | 2019-01-10 |
| 開発者 | driverfarfar |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.easemob.com/ |
| ヘルプページのURL | https://www.easemob.com/ |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RTC Share Desktop",
"author": "Simon",
"version": "1.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "WebRTC screen capturing extension.",
"homepage_url": "https:\/\/www.easemob.com",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/*\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |