Blackboard Collaborate Speed Control
Automatically adds a speed toggle to recordings on BB Collab.
什麼是Blackboard Collaborate Speed Control?
Blackboard Collaborate Speed Control是由David Kumar開發的Chrome擴展程式,該擴展的主要功能是“Automatically adds a speed toggle to recordings on BB Collab.”。
擴展截圖
下載Blackboard Collaborate Speed Control擴展crx文件
下載Blackboard Collaborate Speed Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features • Fully functional in all regions • Speed options: from 0.25x ⇄ to 3.00x
擴展基本資訊
名稱 | Blackboard Collaborate Speed Control |
ID | llnbibipjggpeacamkhgkkebjgjaahjb |
官方網址 | https://chromewebstore.google.com/detail/blackboard-collaborate-sp/llnbibipjggpeacamkhgkkebjgjaahjb |
簡介 | Automatically adds a speed toggle to recordings on BB Collab. |
檔案大小 | 262 KB |
安裝次數 | 259 |
目前版本 | 3.0 |
更新時間 | 2021-09-07 |
上架時間 | 2021-07-04 |
評分 | 5.00/5 共 12 次評分 |
開發者 | David Kumar |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |