RTC Recorder (Beta)
RTC Recorder
RTC Recorder (Beta)とは何ですか?
RTC Recorder (Beta)はhttps://fang-svr.just.edu.twによって開発されたChromeの拡張機能で、その主な機能は「RTC Recorder」です。
拡張機能のスクリーンショット
RTC Recorder (Beta)拡張機能のCRXファイルをダウンロード
RTC Recorder (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Screen Recorder Features: 1.record screen with system and microphone audio sources, 2.a simple screen drawing, 3.store the recorded video on cloud or local. Hot keys: Ctrl+Shift+0 -> start/stop recording Ctrl+Shift+1 -> pause/resume recording Ctrl+Shift+2 -> screen drawing
拡張機能の基本情報
名前 | |
ID | ibfgdcbgcjdpabkcbmkjijejfknbjfeg |
公式URL | https://chrome.google.com/webstore/detail/rtc-recorder-beta/ibfgdcbgcjdpabkcbmkjijejfknbjfeg |
説明 | RTC Recorder |
ファイルサイズ | 372 KB |
インストール数 | 1,000 |
現在のバージョン | 0.9.918 |
最終更新日 | 2020-12-19 |
公開日 | 2019-09-29 |
評価 | 2.00/5 合計 4 レビュー |
開発者 | https://fang-svr.just.edu.tw |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RTC Recorder (Beta)", "description": "RTC Recorder", "version": "0.9.918", "manifest_version": 2, "minimum_chrome_version": "65", "icons": { "32": "images\/logo32.png" }, "browser_action": { "default_icon": "images\/vrec_normal.png", "default_popup": "popup.html" }, "permissions": [ "background", "clipboardRead", "downloads", "desktopCapture", "tabs", "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "commands": { "toggleRecording": { "suggested_key": { "default": "Ctrl+Shift+0" }, "description": "Toggle Recording", "global": true }, "togglePause": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Toggle Pause", "global": true }, "screenDrawing": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "Screen Drawing", "global": true }, "screenShot": { "suggested_key": { "default": "Ctrl+Shift+3" }, "description": "Screen Shot for whiteboard", "global": true } }, "background": { "scripts": [ "thirdParty\/DetectRTC.min.js", "thirdParty\/jquery.min.js", "thirdParty\/jquery.xmpp.js", "thirdParty\/binary.min.js", "libs\/adapter.min.js", "libs\/util.js", "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.just.edu.tw\/*", "https:\/\/*.hinet-ip.hinet.net\/wm2\/*" ] } ] } |