Blackboard Collaborate Speed Control
Automatically adds a speed toggle to recordings on BB Collab.
Vad är Blackboard Collaborate Speed Control?
Blackboard Collaborate Speed Control är en Chrome-tillägg utvecklad av David Kumar, och dess huvudfunktion är "Automatically adds a speed toggle to recordings on BB Collab.".
Tilläggsskärmbilder
Ladda ner Blackboard Collaborate Speed Control-förlängningens CRX-fil
Ladda ner Blackboard Collaborate Speed Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Features
• Fully functional in all regions
• Speed options: from 0.25x ⇄ to 3.00x Grundläggande Information om Tillägg
| Namn | |
| ID | llnbibipjggpeacamkhgkkebjgjaahjb |
| Officiell webbadress | https://chromewebstore.google.com/detail/blackboard-collaborate-sp/llnbibipjggpeacamkhgkkebjgjaahjb |
| Beskrivning | Automatically adds a speed toggle to recordings on BB Collab. |
| Filstorlek | 262 KB |
| Antal Installationer | 259 |
| Aktuell Version | 3.0 |
| Senast Uppdaterad | 2021-09-07 |
| Publiceringsdatum | 2021-07-04 |
| Betyg | 5.00/5 Totalt 12 Betyg |
| Utvecklare | David Kumar |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |