LUH-Tools

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

O que é LUH-Tools?

LUH-Tools é uma extensão do Chrome desenvolvida por C1aas, e sua principal característica é "Tools for QIS and Stud.IP for students of the LUH.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LUH-Tools

Baixe arquivos de extensão LUH-Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome LUH-Tools LUH-Tools
ID bebcdemficbpejlkjpnhhcbbeimihbfg
URL Oficial https://chromewebstore.google.com/detail/luh-tools/bebcdemficbpejlkjpnhhcbbeimihbfg
Descrição Tools for QIS and Stud.IP for students of the LUH.
Tamanho do Arquivo 22.71 KB
Contagem de Instalações 135
Versão Atual 1.1
Última Atualização 2022-10-16
Data de Publicação 2022-10-12
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor C1aas
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}