Moodle Downloader
Download all moodle files with one click.
Moodle Downloader là gì?
Moodle Downloader là một tiện ích mở rộng Chrome được phát triển bởi rssws, và tính năng chính của nó là "Download all moodle files with one click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
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
Download all Moodle files with one click. Instead of saving all files of a course one by one with a lot of manual effort, this extension detects the files automatically and download them as a zip file. Usage: 1. Navigate to one of the following pages: 1. Course view: https://.../course/view.php?id=... Download all the resources of a course. 2. Resource view: https://.../course/resources.php?id=... Download all the resources of a course. 3. Folder view: https://.../mod/folder/view.php?id=... Download all the resources in a folder. 4. Pluginfile: https://.../pluginfile.php/.../mod_resource/content/.../... Download the opened file. 2. Click on the extension. 3. Click on Download button and wait for the download to complete. Download may take a while depending on the network condition. You can close the extension or view other tabs during the downloading. The file will be saved once the download has been completed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Moodle Downloader |
ID | egdkcpdcopinmhfphdmdagnpogclbpln |
URL Chính Thức | https://chromewebstore.google.com/detail/moodle-downloader/egdkcpdcopinmhfphdmdagnpogclbpln |
Mô tả | Download all moodle files with one click. |
Kích Thước Tệp | 1.04 MB |
Số Lần Cài Đặt | 419 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2022-11-29 |
Ngày Phát Hành | 2022-08-22 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | rssws |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rssws/moodle-dl-ext |
URL Trang Trợ Giúp | https://github.com/rssws/moodle-dl-ext/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle Downloader", "description": "Download all moodle files with one click.", "version": "0.2.2", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/moodle-dl-ext-16.png", "32": "\/images\/moodle-dl-ext-32.png", "48": "\/images\/moodle-dl-ext-48.png", "128": "\/images\/moodle-dl-ext-128.png" } }, "icons": { "16": "\/images\/moodle-dl-ext-16.png", "32": "\/images\/moodle-dl-ext-32.png", "48": "\/images\/moodle-dl-ext-48.png", "128": "\/images\/moodle-dl-ext-128.png" } } |