Moodle Downloader
Download all moodle files with one click.
什麼是Moodle Downloader?
Moodle Downloader是由rssws開發的Chrome擴展程式,該擴展的主要功能是“Download all moodle files with one click.”。
擴展截圖
下載Moodle Downloader擴展crx文件
下載Moodle Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Moodle Downloader |
ID | egdkcpdcopinmhfphdmdagnpogclbpln |
官方網址 | https://chromewebstore.google.com/detail/moodle-downloader/egdkcpdcopinmhfphdmdagnpogclbpln |
簡介 | Download all moodle files with one click. |
檔案大小 | 1.04 MB |
安裝次數 | 419 |
目前版本 | 0.2.2 |
更新時間 | 2022-11-29 |
上架時間 | 2022-08-22 |
評分 | 3.00/5 共 2 次評分 |
開發者 | rssws |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/rssws/moodle-dl-ext |
說明頁面URL | https://github.com/rssws/moodle-dl-ext/issues |
支援的語言 | 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" } } |