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 |
Eメール | [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" } } |