RTC Recorder
Remote Tele-Conference web page Recorder
RTC Recorderとは何ですか?
RTC RecorderはRTCによって開発されたChromeの拡張機能で、その主な機能は「Remote Tele-Conference web page Recorder」です。
拡張機能のスクリーンショット
RTC Recorder拡張機能のCRXファイルをダウンロード
RTC Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is to use with RTC web pages. Recommended Only to use with RTC web pages.
拡張機能の基本情報
名前 | |
ID | ikcefcbjpchhfldeehmjolacomjbelii |
公式URL | https://chrome.google.com/webstore/detail/rtc-recorder/ikcefcbjpchhfldeehmjolacomjbelii |
説明 | Remote Tele-Conference web page Recorder |
ファイルサイズ | 354 KB |
インストール数 | 154 |
現在のバージョン | 3.3 |
最終更新日 | 2015-02-10 |
公開日 | 2015-02-10 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | RTC |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RTC Recorder", "version": "3.3", "manifest_version": 2, "description": "Remote Tele-Conference web page Recorder", "background": { "scripts": [ "tab-capturing.js", "RecordRTC.js", "screenshot.js", "FileSaver.js" ] }, "browser_action": { "default_icon": "images\/tabCapture22.png", "default_title": "RTC Recorder " }, "icons": { "16": "images\/tabCapture16.png", "22": "images\/tabCapture22.png", "32": "images\/tabCapture32.png", "48": "images\/tabCapture48.png", "128": "images\/tabCapture128.png" }, "permissions": [ "tabCapture", "activeTab", "contextMenus", "tabs" ], "web_accessible_resources": [ "images\/tabCapture48.png" ] } |