Recording Playback Tool for Zoom
Enhance your Zoom recording playback experience.
Τι είναι το Recording Playback Tool for Zoom;
Το Recording Playback Tool for Zoom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andy Young, και η κύρια λειτουργία του είναι "Enhance your Zoom recording playback experience.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Recording Playback Tool for Zoom
Λήψη αρχείων επέκτασης 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" } } |