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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |