RTC Recorder (Beta)
RTC Recorder
RTC Recorder (Beta) là gì?
RTC Recorder (Beta) là một tiện ích mở rộng Chrome được phát triển bởi https://fang-svr.just.edu.tw, và tính năng chính của nó là "RTC Recorder".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RTC Recorder (Beta)
Tải xuống các tệp mở rộng RTC Recorder (Beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ibfgdcbgcjdpabkcbmkjijejfknbjfeg |
URL Chính Thức | https://chrome.google.com/webstore/detail/rtc-recorder-beta/ibfgdcbgcjdpabkcbmkjijejfknbjfeg |
Mô tả | RTC Recorder |
Kích Thước Tệp | 372 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.9.918 |
Cập Nhật Lần Cuối | 2020-12-19 |
Ngày Phát Hành | 2019-09-29 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://fang-svr.just.edu.tw |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |