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
官方網址 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
電子郵箱 [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"
    }
}