Recording Playback Tool for Zoom
Enhance your Zoom recording playback experience.
Recording Playback Tool for Zoom란 무엇입니까?
Recording Playback Tool for Zoom은(는) Andy Young에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Zoom recording playback experience."입니다.
확장 프로그램 스크린샷
Recording Playback Tool for Zoom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Since Zoom LTI Pro's recording playback is pretty lackluster, this extension tries to add some features to make it easier to use. As of now it: - Adds more playback speed options - Allows you to toggle play/pause by pressing spacebar/"k", full screen with "f", and mute with "m" - Allows you to skip forward/backward 5s with your right/left arrows, or 10s with "l"/"j" After installing the extension, it will automatically run on any Zoom LTI Pro recording page. UPDATE 1/5/2022: Since there was an update to the Zoom LTI Pro page the extension stopped working for a bit, but that has been fixed. Zoom also added their own hotkeys for playing/pausing with the space bar as well as forward/backward skipping with the arrow keys so I removed that from the extension, but the f/m/j/k/l hotkeys still work.
확장 프로그램 기본 정보
이름 | Recording Playback Tool for Zoom |
ID | hjelilbolbmgimajmiccfjjjkkkadpgm |
공식 URL | https://chromewebstore.google.com/detail/recording-playback-tool-f/hjelilbolbmgimajmiccfjjjkkkadpgm |
설명 | Enhance your Zoom recording playback experience. |
파일 크기 | 16.67 KB |
설치 횟수 | 2,116 |
현재 버전 | 1.4 |
최근 업데이트 | 2022-09-20 |
출시 날짜 | 2021-01-19 |
평점 | 4.80/5 총 10 개의 평점 |
개발자 | Andy Young |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recording Playback Tool for Zoom", "description": "Enhance your Zoom recording playback experience.", "version": "1.4", "content_scripts": [ { "matches": [ "*:\/\/*.zoom.us\/rec\/play\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |