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”。

擴展截圖

screenshot

下載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)                    

擴展基本資訊

名稱 KIT Ilias Session Refresher KIT Ilias Session Refresher
ID lifdgingcnbhbalcacodcicldbkfdpln
官方網址 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
}