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 |
官方URL | 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" } } |