LUH-Tools

Tools for QIS and Stud.IP for students of the LUH.

Vad är LUH-Tools?

LUH-Tools är en Chrome-tillägg utvecklad av C1aas, och dess huvudfunktion är "Tools for QIS and Stud.IP for students of the LUH.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner LUH-Tools-förlängningens CRX-fil

Ladda ner LUH-Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.'                    

Grundläggande Information om Tillägg

Namn LUH-Tools LUH-Tools
ID bebcdemficbpejlkjpnhhcbbeimihbfg
Officiell webbadress https://chromewebstore.google.com/detail/luh-tools/bebcdemficbpejlkjpnhhcbbeimihbfg
Beskrivning Tools for QIS and Stud.IP for students of the LUH.
Filstorlek 22.71 KB
Antal Installationer 135
Aktuell Version 1.1
Senast Uppdaterad 2022-10-16
Publiceringsdatum 2022-10-12
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare C1aas
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}