Moodle Downloader

A chrome extension for downloading Moodle resources

Cos'è Moodle Downloader?

Moodle Downloader è un'estensione di Chrome sviluppata da harsilspatel, e la sua funzione principale è "A chrome extension for downloading Moodle resources".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Moodle Downloader

Scarica i file di estensione Moodle Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Moodle Downloader Moodle Downloader
ID ohhocacnnfaiphiahofcnfakdcfldbnh
URL Ufficiale https://chromewebstore.google.com/detail/moodle-downloader/ohhocacnnfaiphiahofcnfakdcfldbnh
Descrizione A chrome extension for downloading Moodle resources
Dimensione del File 53.97 KB
Conteggio Installazioni 15,034
Versione Corrente 3.0.0
Ultimo Aggiornamento 2024-01-07
Data di Pubblicazione 2020-04-03
Valutazione 4.84/5 Totale 297 Valutazioni
Sviluppatore harsilspatel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/harsilspatel/MoodleDownloader
URL della Pagina di Aiuto https://github.com/harsilspatel/MoodleDownloader/issues
Lingue Supportate 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"
    }
}