LUH-Tools
Tools for QIS and Stud.IP for students of the LUH.
Τι είναι το LUH-Tools;
Το LUH-Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον C1aas, και η κύρια λειτουργία του είναι "Tools for QIS and Stud.IP for students of the LUH.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LUH-Tools
Λήψη αρχείων επέκτασης 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" } } |