StudIP Downloader
Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein
什么是StudIP Downloader?
StudIP Downloader是由plocon1开发的Chrome扩展程序,该扩展的主要功能是“Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein”。
扩展截图
下载StudIP Downloader扩展crx文件
下载StudIP Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein
扩展基本信息
名称 | StudIP Downloader |
ID | oioklelfoddphojcipjpgphmajpmbogj |
官方URL | https://chromewebstore.google.com/detail/studip-downloader/oioklelfoddphojcipjpgphmajpmbogj |
简介 | Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein |
文件大小 | 24.45 KB |
安装次数 | 151 |
当前版本 | 1.2 |
更新时间 | 2020-11-15 |
上架时间 | 2020-11-14 |
评分 | 1.00/5 共1次评分 |
开发者 | plocon1 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download |
帮助页面URL | https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download |
支持的语言 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StudIP Downloader", "version": "1.2", "icons": { "128": "icon-128px.png", "48": "icon-48px.png", "16": "icon-16px.png" }, "manifest_version": 2, "permissions": [ "avtiveTab" ], "background": [ { "js": [ "script.js" ], "matches": [ "https:\/\/*\/plugins.php\/opencast*", "https:\/\/*\/seminar_main.php*opencast*" ] } ] } |