LUH-Tools
Tools for QIS and Stud.IP for students of the LUH.
Apa itu LUH-Tools?
LUH-Tools adalah ekstensi Chrome yang dikembangkan oleh C1aas, dan fitur utamanya adalah "Tools for QIS and Stud.IP for students of the LUH.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LUH-Tools
Unduh file ekstensi LUH-Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.' Informasi Dasar Ekstensi
| Nama | |
| ID | bebcdemficbpejlkjpnhhcbbeimihbfg |
| URL Resmi | https://chromewebstore.google.com/detail/luh-tools/bebcdemficbpejlkjpnhhcbbeimihbfg |
| Deskripsi | Tools for QIS and Stud.IP for students of the LUH. |
| Ukuran File | 22.71 KB |
| Jumlah Instalasi | 135 |
| Versi Saat Ini | 1.1 |
| Terakhir Diperbarui | 2022-10-16 |
| Tanggal Publikasi | 2022-10-12 |
| Penilaian | 5.00/5 Total 3 Penilaian |
| Pengembang | C1aas |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
}
} | |