Recording Playback Tool for Zoom
Enhance your Zoom recording playback experience.
O que é Recording Playback Tool for Zoom?
Recording Playback Tool for Zoom é uma extensão do Chrome desenvolvida por Andy Young, e sua principal característica é "Enhance your Zoom recording playback experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Recording Playback Tool for Zoom
Baixe arquivos de extensão Recording Playback Tool for Zoom no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Recording Playback Tool for Zoom |
ID | hjelilbolbmgimajmiccfjjjkkkadpgm |
URL Oficial | https://chromewebstore.google.com/detail/recording-playback-tool-f/hjelilbolbmgimajmiccfjjjkkkadpgm |
Descrição | Enhance your Zoom recording playback experience. |
Tamanho do Arquivo | 16.67 KB |
Contagem de Instalações | 2,116 |
Versão Atual | 1.4 |
Última Atualização | 2022-09-20 |
Data de Publicação | 2021-01-19 |
Classificação | 4.80/5 Total de 10 Avaliações |
Desenvolvedor | Andy Young |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |