Simple Moodle

Make Moodle simpler

Simple Moodle là gì?

Simple Moodle là một tiện ích mở rộng Chrome được phát triển bởi atjn, và tính năng chính của nó là "Make Moodle simpler".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Moodle

Tải xuống các tệp mở rộng Simple Moodle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Moodle Simple Moodle
ID fbmkgaebooghmoldfmjgedkomjkkfgao
URL Chính Thức https://chromewebstore.google.com/detail/simple-moodle/fbmkgaebooghmoldfmjgedkomjkkfgao
Mô tả Make Moodle simpler
Kích Thước Tệp 45.98 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-07-13
Ngày Phát Hành 2022-09-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển atjn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/atjn/simple-moodle
URL Trang Trợ Giúp https://github.com/atjn/simple-moodle/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}