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
电子邮箱 [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\/*"
            ]
        }
    ]
}