Ilias Video-Download-Button

Adds missing download buttons to videos at ILIAS Opencast pages.

Ilias Video-Download-Buttonとは何ですか?

Ilias Video-Download-Buttonはnerdyhomeproductionsによって開発されたChromeの拡張機能で、その主な機能は「Adds missing download buttons to videos at ILIAS Opencast pages.」です。

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

screenshot

Ilias Video-Download-Button拡張機能のCRXファイルをダウンロード

Ilias Video-Download-Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ilias is an open source E-Learning platform used and provided by many universities in conjunction with Opencast to distribute videos and online lectures.

Some videos do not show the download button, but that is stupid and annoying, especially since Ilias is not very reliable and we therefore need backups. This extension solves that by adding download buttons to videos that are missing it, making it easier than ever to survive the next Ilias outage.

Source code: https://github.com/McLP2/Ilias-Video-Download-Button

If you want to try this add-on but do not have access to an instance of ILIAS with Opencast, you can host your own. You can find information about this process at https://www.ilias.de/ and https://opencast.org/, especially at https://docu.ilias.de/goto_docu_wiki_wpage_4975_1357.html.                    

拡張機能の基本情報

名前 Ilias Video-Download-Button Ilias Video-Download-Button
ID ijpkmikochgighahhahpibabcemkdgck
公式URL https://chromewebstore.google.com/detail/ilias-video-download-butt/ijpkmikochgighahhahpibabcemkdgck
説明 Adds missing download buttons to videos at ILIAS Opencast pages.
ファイルサイズ 3.56 KB
インストール数 138
現在のバージョン 1.1.0
最終更新日 2021-05-25
公開日 2021-05-25
開発者 nerdyhomeproductions
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/McLP2/Ilias-Video-Download-Button
ヘルプページのURL https://github.com/McLP2/Ilias-Video-Download-Button/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ilias Video-Download-Button",
    "version": "1.1.0",
    "description": "Adds missing download buttons to videos at ILIAS Opencast pages.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*ilias.php*xocteventgui*"
            ],
            "js": [
                "\/content_script.js"
            ]
        }
    ],
    "permissions": []
}