Zoom Controls
This extension adds skip/rewind, playback, picture-in-picture video controls & keyboard shortcuts to the Zoom Recorded Video player.
Zoom Controls क्या है?
Zoom Controls Rehan Ahmed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds skip/rewind, playback, picture-in-picture video controls & keyboard shortcuts to the Zoom Recorded Video player."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zoom Controls एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Zoom Controls makes the default, recorded-video player on Zoom much better by adding keyboard shortcuts, variable playback rates, option to rewind/forward video, picture-in-picture mode, and more. NEW - Picture-in-Picture mode (Keyboard Shortcut - P ) - Zoom added forward/rewind by default, fixed support - Zoom added play/pause by Spacebar, fixed support Controls Rewind, Forward, Playback Indicator Keyboard Shortcuts Volume Up - Arrow ↑ Volume Down - Arrow ↓ Rewind - Arrow ← Forward - Arrow → Play/Pause - Spacebar Mute/Unmute - M Full Screen - F Subtitles - C Picture-In-Picture - P Video Speed Increase (Playback) - > Video Speed Decrease (Playback) - <
एक्सटेंशन की मूल जानकारी
नाम | |
ID | henmmblkopelpkajjhhndaicecnccgff |
आधिकारिक URL | https://chrome.google.com/webstore/detail/zoom-controls/henmmblkopelpkajjhhndaicecnccgff |
विवरण | This extension adds skip/rewind, playback, picture-in-picture video controls & keyboard shortcuts to the Zoom Recorded Video player. |
फ़ाइल का आकार | 298 KB |
स्थापना संख्या | 108 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2021-11-23 |
प्रकाशन तिथि | 2021-09-14 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Rehan Ahmed |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/reallyrehan/zoomcontrols |
सहायता पृष्ठ URL | https://github.com/reallyrehan/zoomcontrols |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom Controls", "description": "This extension adds skip\/rewind, playback, picture-in-picture video controls & keyboard shortcuts to the Zoom Recorded Video player.", "version": "1.1", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.zoom.us\/*" ], "js": [ "jquery.min.js", "utilities.js" ], "run_at": "document_idle" } ] } |