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.”。
扩展截图
下载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 |
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": [] } |