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