LUH-Tools
Tools for QIS and Stud.IP for students of the LUH.
Cos'è LUH-Tools?
LUH-Tools è un'estensione di Chrome sviluppata da C1aas, e la sua funzione principale è "Tools for QIS and Stud.IP for students of the LUH.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LUH-Tools
Scarica i file di estensione LUH-Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.'
Informazioni di Base sull'Estensione
Nome | LUH-Tools |
ID | bebcdemficbpejlkjpnhhcbbeimihbfg |
URL Ufficiale | https://chromewebstore.google.com/detail/luh-tools/bebcdemficbpejlkjpnhhcbbeimihbfg |
Descrizione | Tools for QIS and Stud.IP for students of the LUH. |
Dimensione del File | 22.71 KB |
Conteggio Installazioni | 135 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-10-16 |
Data di Pubblicazione | 2022-10-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | C1aas |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |