Moodle Mass Downloader

Mass Download a moodle courses files

Wat is Moodle Mass Downloader?

Moodle Mass Downloader is een Chrome-extensie ontwikkeld door Tomer Keren, en de belangrijkste functie is "Mass Download a moodle courses files".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Moodle Mass Downloader

Download Moodle Mass 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

                        A simple extention to help you mass download sections of moodle courses... _just in case it crashes again_.                    

Basisinformatie over de Extensie

Naam Moodle Mass Downloader Moodle Mass Downloader
ID cibfhhncgchiihdnemimipceamplooeo
Officiële URL https://chromewebstore.google.com/detail/moodle-mass-downloader/cibfhhncgchiihdnemimipceamplooeo
Beschrijving Mass Download a moodle courses files
Bestandsgrootte 22.23 KB
Aantal Installaties 403
Huidige Versie 1.07
Laatst Bijgewerkt 2018-05-16
Publicatiedatum 2018-05-16
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar Tomer Keren
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Tadaboody/Moodle-Mass-Downloader
Help Pagina-URL https://github.com/Tadaboody/Moodle-Mass-Downloader
Ondersteunde Talen iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodle Mass Downloader",
    "short_name": "Moodle Downloader",
    "description": "Mass Download a moodle courses files",
    "version": "1.07",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon24.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ac.il\/*course\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.ac.il\/*cs\/*",
        "downloads"
    ]
}