Simple Moodle

Make Moodle simpler

Simple Moodleとは何ですか?

Simple Moodleはatjnによって開発されたChromeの拡張機能で、その主な機能は「Make Moodle simpler」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Moodle is a bloated mess. Most of the time you just need to quickly find a course, but Moodle will present you with 13962 random buttons that each do some specific thing, and will make sure to thoroughly hide the course you're looking for somewhere in a corner.

Simple Moodle allows you to enable a simpler view that highlights what you are looking for 99% of the time, and removes all the other bloat. For the other 1% of the time where you really do need an advanced button, you can easily disable the view, do your thing, and then reenable it to get back to your normal and simple 99% workflow again.                    

拡張機能の基本情報

名前 Simple Moodle Simple Moodle
ID fbmkgaebooghmoldfmjgedkomjkkfgao
公式URL https://chromewebstore.google.com/detail/simple-moodle/fbmkgaebooghmoldfmjgedkomjkkfgao
説明 Make Moodle simpler
ファイルサイズ 45.98 KB
インストール数 37
現在のバージョン 2.0.0
最終更新日 2023-07-13
公開日 2022-09-13
評価 5.00/5 合計 1 レビュー
開発者 atjn
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/atjn/simple-moodle
ヘルプページのURL https://github.com/atjn/simple-moodle/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Make Moodle simpler",
    "manifest_version": 3,
    "name": "Simple Moodle",
    "version": "2.0.0",
    "homepage_url": "https:\/\/github.com\/atjn\/simple-moodle",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "144": "images\/icon-144.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "simpleMoodle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "scripts\/*",
                "styles\/*"
            ]
        }
    ]
}