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.」です。
拡張機能のスクリーンショット
LUH-Tools拡張機能のCRXファイルをダウンロード
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.' 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |