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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 Blackboard Collaborate Speed Control
ID llnbibipjggpeacamkhgkkebjgjaahjb
公式URL 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
Eメール [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"
    }
}