Moodle Downloader

A chrome extension for downloading Moodle resources

Moodle Downloader là gì?

Moodle Downloader là một tiện ích mở rộng Chrome được phát triển bởi harsilspatel, và tính năng chính của nó là "A chrome extension for downloading Moodle resources".

Ả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 Downloader

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

                        An open source chrome extension that enables students to download Moodle resources with a click of a button 💾

Usage 🖱
1. Login in to your moodle (for example https://moodle.vle.monash.edu)
2. Open the Resources section for the course you wish to download the content for
3. Click on the extension icon and select the resources to be downloaded. Click and drag or use ⌘ key to select multiple options:
4. Hit the Download button to get the resources!

source code: https://github.com/harsilspatel/MoodleDownloader

Made with ❤️ and ☕️ in Melbourne!                    

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

Tên Moodle Downloader Moodle Downloader
ID ohhocacnnfaiphiahofcnfakdcfldbnh
URL Chính Thức https://chromewebstore.google.com/detail/moodle-downloader/ohhocacnnfaiphiahofcnfakdcfldbnh
Mô tả A chrome extension for downloading Moodle resources
Kích Thước Tệp 53.97 KB
Số Lần Cài Đặt 15,034
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2024-01-07
Ngày Phát Hành 2020-04-03
Đánh Giá 4.84/5 Tổng số 297 Đánh Giá
Nhà Phát Triển harsilspatel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/harsilspatel/MoodleDownloader
URL Trang Trợ Giúp https://github.com/harsilspatel/MoodleDownloader/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moodle Downloader",
    "description": "A chrome extension for downloading Moodle resources",
    "version": "3.0.0",
    "icons": {
        "16": "assets\/icon16.png",
        "24": "assets\/icon24.png",
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png",
        "512": "assets\/icon512.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "downloads",
        "storage"
    ],
    "action": {
        "default_popup": "src\/popup.html"
    }
}