Recording Playback Tool for Zoom

Enhance your Zoom recording playback experience.

Recording Playback Tool for Zoom क्या है?

Recording Playback Tool for Zoom Andy Young द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your Zoom recording playback experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Recording Playback Tool for Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}