Moodle Downloader
A chrome extension for downloading Moodle resources
什麼是Moodle Downloader?
Moodle Downloader是由harsilspatel開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension for downloading Moodle resources”。
擴展截圖
下載Moodle Downloader擴展crx文件
下載Moodle Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | Moodle Downloader |
ID | ohhocacnnfaiphiahofcnfakdcfldbnh |
官方網址 | https://chromewebstore.google.com/detail/moodle-downloader/ohhocacnnfaiphiahofcnfakdcfldbnh |
簡介 | A chrome extension for downloading Moodle resources |
檔案大小 | 53.97 KB |
安裝次數 | 15,034 |
目前版本 | 3.0.0 |
更新時間 | 2024-01-07 |
上架時間 | 2020-04-03 |
評分 | 4.84/5 共 297 次評分 |
開發者 | harsilspatel |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/harsilspatel/MoodleDownloader |
說明頁面URL | https://github.com/harsilspatel/MoodleDownloader/issues |
支援的語言 | 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" } } |