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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
}