Blackboard Collaborate Speed Control
Automatically adds a speed toggle to recordings on BB Collab.
Hvad er Blackboard Collaborate Speed Control?
Blackboard Collaborate Speed Control er en Chrome-udvidelse udviklet af David Kumar, og dens hovedfunktion er "Automatically adds a speed toggle to recordings on BB Collab.".
Udvidelsesskærmbilleder
Download Blackboard Collaborate Speed Control-udvidelses-CRX-fil
Download Blackboard Collaborate Speed Control-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Features • Fully functional in all regions • Speed options: from 0.25x ⇄ to 3.00x
Grundlæggende oplysninger om udvidelsen
Navn | Blackboard Collaborate Speed Control |
ID | llnbibipjggpeacamkhgkkebjgjaahjb |
Officiel URL | https://chromewebstore.google.com/detail/blackboard-collaborate-sp/llnbibipjggpeacamkhgkkebjgjaahjb |
Beskrivelse | Automatically adds a speed toggle to recordings on BB Collab. |
Filstørrelse | 262 KB |
Antal Installationer | 259 |
Nuværende Version | 3.0 |
Senest Opdateret | 2021-09-07 |
Udgivelsesdato | 2021-07-04 |
Bedømmelse | 5.00/5 Samlet 12 Bedømmelser |
Udvikler | David Kumar |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blackboard Collaborate Speed Control", "version": "3.0", "manifest_version": 2, "description": "Automatically adds a speed toggle to recordings on BB Collab.", "content_scripts": [ { "matches": [ "*:\/\/*.bbcollab.com\/collab\/ui\/session\/playback*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" } } |