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.' 擴展基本資訊
| 名稱 | |
| ID | bebcdemficbpejlkjpnhhcbbeimihbfg |
| 官方網址 | 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"
}
} | |