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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |