LUH-Tools
Tools for QIS and Stud.IP for students of the LUH.
什么是LUH-Tools?
LUH-Tools是由C1aas开发的Chrome扩展程序,该扩展的主要功能是“Tools for QIS and Stud.IP for students of the LUH.”。
扩展截图
下载LUH-Tools扩展crx文件
下载LUH-Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This browser extension offers 2 different functions for students of the Leibniz Universität Hannover. - automatically extends the QIS page with your Creditpoints and grade. - automatically inserts the download buttons for Stud.IP recordings/videos if they have been disabled by the creator. This extension currently only works on '*.uni-hannover.de.'
扩展基本信息
名称 | LUH-Tools |
ID | bebcdemficbpejlkjpnhhcbbeimihbfg |
官方URL | https://chromewebstore.google.com/detail/luh-tools/bebcdemficbpejlkjpnhhcbbeimihbfg |
简介 | Tools for QIS and Stud.IP for students of the LUH. |
文件大小 | 22.71 KB |
安装次数 | 135 |
当前版本 | 1.1 |
更新时间 | 2022-10-16 |
上架时间 | 2022-10-12 |
评分 | 5.00/5 共3次评分 |
开发者 | C1aas |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LUH-Tools", "description": "Tools for QIS and Stud.IP for students of the LUH.", "version": "1.1", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/qis.verwaltung.uni-hannover.de\/*notenspiegelStudent&menu_open=n*" ], "js": [ "qis-script.js" ] }, { "matches": [ "https:\/\/studip.uni-hannover.de\/plugins.php\/flowcastsplugin\/media\/player\/*" ], "js": [ "studip-script.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/LUH_tools_icon_16.png", "32": "\/images\/LUH_tools_icon_32.png", "48": "\/images\/LUH_tools_icon_48.png", "128": "\/images\/LUH_tools_icon_128.png" } }, "icons": { "16": "\/images\/LUH_tools_icon_16.png", "32": "\/images\/LUH_tools_icon_32.png", "48": "\/images\/LUH_tools_icon_48.png", "128": "\/images\/LUH_tools_icon_128.png" } } |