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