Moodle-Simpler

Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even

Moodle-Simpler là gì?

Moodle-Simpler là một tiện ích mở rộng Chrome được phát triển bởi Ron Even, và tính năng chính của nó là "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even".

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

screenshot

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

Tải xuống các tệp mở rộng Moodle-Simpler 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

                        Allows working and managing courses more easily                    

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

Tên Moodle-Simpler Moodle-Simpler
ID lianeibajoppjkphdhnnbfobnimmhofn
URL Chính Thức https://chromewebstore.google.com/detail/moodle-simpler/lianeibajoppjkphdhnnbfobnimmhofn
Mô tả Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 273
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-04-07
Ngày Phát Hành 2021-03-14
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Ron Even
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle-Simpler",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lemida.biu.ac.il\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/jquery\/jquery.min.js",
        "src\/inject\/inject.js"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}