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文件
下载Recording Playback Tool for Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |