Moodle Downloader
Download all moodle files with one click.
Wat is Moodle Downloader?
Moodle Downloader is een Chrome-extensie ontwikkeld door rssws, en de belangrijkste functie is "Download all moodle files with one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Moodle Downloader
Download Moodle Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Moodle Downloader |
ID | egdkcpdcopinmhfphdmdagnpogclbpln |
Officiële URL | https://chromewebstore.google.com/detail/moodle-downloader/egdkcpdcopinmhfphdmdagnpogclbpln |
Beschrijving | Download all moodle files with one click. |
Bestandsgrootte | 1.04 MB |
Aantal Installaties | 419 |
Huidige Versie | 0.2.2 |
Laatst Bijgewerkt | 2022-11-29 |
Publicatiedatum | 2022-08-22 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | rssws |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rssws/moodle-dl-ext |
Help Pagina-URL | https://github.com/rssws/moodle-dl-ext/issues |
Ondersteunde Talen | 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" } } |