KIT Ilias Session Refresher
Automatically responds to session reminders by the KIT Ilias system
什么是KIT Ilias Session Refresher?
KIT Ilias Session Refresher是由SeineEloquenz开发的Chrome扩展程序,该扩展的主要功能是“Automatically responds to session reminders by the KIT Ilias system”。
扩展截图
下载KIT Ilias Session Refresher扩展crx文件
下载KIT Ilias Session Refresher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you too annoyed that ilias logs you out every time you want to actually learn something for university? I know you are.
With this extension and a little change to your ilias settings ilias (hopefully) won't bother you again. At least in this aspect. I can't fix the potato servers.
How to use:
* Click on your profile pic in the upper right corner of the ilias page and go into settings
* Tick the box for Session-Reminders
* Save the settings
* Install and enable the extension (if you haven't already done so) 扩展基本信息
| 名称 | |
| ID | lifdgingcnbhbalcacodcicldbkfdpln |
| 官方URL | https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln |
| 简介 | Automatically responds to session reminders by the KIT Ilias system |
| 文件大小 | 18.93 KB |
| 安装次数 | 77 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-01-21 |
| 上架时间 | 2021-01-20 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | SeineEloquenz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/SeineEloquenz/kit-ilias-session-refresher |
| 帮助页面URL | https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "KIT Ilias Session Refresher",
"author": "Alexander Linder",
"version": "1.0",
"description": "Automatically responds to session reminders by the KIT Ilias system",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/ilias.studium.kit.edu\/*"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"script.js"
],
"manifest_version": 2
} | |