Trimoodle

toggle courses visibility from the moodle sidebar

什麼是Trimoodle?

Trimoodle是由nadav.goldstein96開發的Chrome擴展程式,該擴展的主要功能是“toggle courses visibility from the moodle sidebar”。

擴展截圖

screenshot

下載Trimoodle擴展crx文件

下載Trimoodle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A new way to toggle the visibility of the courses at the sidebar in the moodle website (huji)

Open source: https://github.com/nadav96/trimoodle                    

擴展基本資訊

名稱 Trimoodle Trimoodle
ID najiiglmdjablddfmgegpookgecbddej
官方網址 https://chromewebstore.google.com/detail/trimoodle/najiiglmdjablddfmgegpookgecbddej
簡介 toggle courses visibility from the moodle sidebar
檔案大小 199 KB
安裝次數 219
目前版本 1.8
更新時間 2021-10-11
上架時間 2021-04-02
評分 4.97/5 共 34 次評分
開發者 nadav.goldstein96
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trimoodle",
    "description": "toggle courses visibility from the moodle sidebar",
    "version": "1.8",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon25.png",
        "default_popup": "popup.html",
        "default_title": "Trim moodle"
    },
    "permissions": [
        "https:\/\/moodle2.cs.huji.ac.il\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "3party\/jquery-3.6.0.min.js",
                "3party\/snackbar\/snackbar.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/moodle2.cs.huji.ac.il\/*"
            ],
            "css": [
                "3party\/snackbar\/snackbar.min.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}