Moodle Downloader

Download all moodle files with one click.

Qu'est-ce que Moodle Downloader ?

Moodle Downloader est une extension Chrome développée par rssws, et sa fonction principale est "Download all moodle files with one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Moodle Downloader

Téléchargez les fichiers d'extension Moodle Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Moodle Downloader Moodle Downloader
ID egdkcpdcopinmhfphdmdagnpogclbpln
URL Officiel https://chromewebstore.google.com/detail/moodle-downloader/egdkcpdcopinmhfphdmdagnpogclbpln
Description Download all moodle files with one click.
Taille du Fichier 1.04 MB
Nombre d'Installations 419
Version Actuelle 0.2.2
Dernière Mise à Jour 2022-11-29
Date de Publication 2022-08-22
Évaluation 3.00/5 Total 2 Évaluations
Développeur rssws
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rssws/moodle-dl-ext
URL de la Page d'Aide https://github.com/rssws/moodle-dl-ext/issues
Langues Prises en Charge 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"
    }
}