LUH-Tools

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

LUH-Tools क्या है?

LUH-Tools C1aas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools for QIS and Stud.IP for students of the LUH."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LUH-Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}