Moodle Session Extender

Extend your moodle sessions!

Moodle Session Extenderとは何ですか?

Moodle Session Extenderはnikita6によって開発されたChromeの拡張機能で、その主な機能は「Extend your moodle sessions!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Moodle Session Extender拡張機能のCRXファイルをダウンロード

Moodle Session Extender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extend your moodle sessions!

Sends your moodle sessions to a server for continuous prolongation. No more relogins!

Supports only Innopolis University Moodle                    

拡張機能の基本情報

名前 Moodle Session Extender Moodle Session Extender
ID jlkihkgdajcdpbnkdlamhiggdggnjmil
公式URL https://chromewebstore.google.com/detail/moodle-session-extender/jlkihkgdajcdpbnkdlamhiggdggnjmil
説明 Extend your moodle sessions!
ファイルサイズ 85.5 KB
インストール数 565
現在のバージョン 0.1.0
最終更新日 2022-08-23
公開日 2022-08-22
開発者 nikita6
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/DCNick3/moodle-session-ext
ヘルプページのURL https://github.com/DCNick3/moodle-session-ext/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle Session Extender",
    "version": "0.1.0",
    "description": "Extend your moodle sessions!",
    "homepage_url": "https:\/\/github.com\/DCNick3\/moodle-session-ext",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "1024": "icon.e3e2da71.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/moodle.innopolis.university\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/moodle.innopolis.university\/*"
            ],
            "js": [
                "content.8b0903a5.js"
            ],
            "css": [
                "content.a091c5f2.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "browser_style": true,
        "page": "options.bb495e68.html"
    },
    "background": {
        "service_worker": "background.5cb077dd.js",
        "type": "module"
    }
}