Ilias Video-Download-Button
Adds missing download buttons to videos at ILIAS Opencast pages.
Ilias Video-Download-Button là gì?
Ilias Video-Download-Button là một tiện ích mở rộng Chrome được phát triển bởi nerdyhomeproductions, và tính năng chính của nó là "Adds missing download buttons to videos at ILIAS Opencast pages.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ilias Video-Download-Button
Tải xuống các tệp mở rộng Ilias Video-Download-Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ilias Video-Download-Button |
ID | ijpkmikochgighahhahpibabcemkdgck |
URL Chính Thức | https://chromewebstore.google.com/detail/ilias-video-download-butt/ijpkmikochgighahhahpibabcemkdgck |
Mô tả | Adds missing download buttons to videos at ILIAS Opencast pages. |
Kích Thước Tệp | 3.56 KB |
Số Lần Cài Đặt | 138 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2021-05-25 |
Ngày Phát Hành | 2021-05-25 |
Nhà Phát Triển | nerdyhomeproductions |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/McLP2/Ilias-Video-Download-Button |
URL Trang Trợ Giúp | https://github.com/McLP2/Ilias-Video-Download-Button/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |