Moodle Downloader
A chrome extension for downloading Moodle resources
Was ist Moodle Downloader?
Moodle Downloader ist eine Chrome-Erweiterung, die von harsilspatel entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension for downloading Moodle resources".
Erweiterungsscreenshots
Moodle Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Moodle Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Moodle Downloader |
ID | ohhocacnnfaiphiahofcnfakdcfldbnh |
Offizielle URL | https://chromewebstore.google.com/detail/moodle-downloader/ohhocacnnfaiphiahofcnfakdcfldbnh |
Beschreibung | A chrome extension for downloading Moodle resources |
Dateigröße | 53.97 KB |
Installationsanzahl | 15,034 |
Aktuelle Version | 3.0.0 |
Letztes Update | 2024-01-07 |
Veröffentlichungsdatum | 2020-04-03 |
Bewertung | 4.84/5 Insgesamt 297 Bewertungen |
Entwickler | harsilspatel |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/harsilspatel/MoodleDownloader |
Hilfeseite URL | https://github.com/harsilspatel/MoodleDownloader/issues |
Unterstützte Sprachen | 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" } } |