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
公式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
Eメール [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
}