LUH-Tools

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

LUH-Tools란 무엇입니까?

LUH-Tools은(는) C1aas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools for QIS and Stud.IP for students of the LUH."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LUH-Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}