Moodle Mass Downloader
Mass Download a moodle courses files
Was ist Moodle Mass Downloader?
Moodle Mass Downloader ist eine Chrome-Erweiterung, die von Tomer Keren entwickelt wurde, und ihr Hauptmerkmal ist "Mass Download a moodle courses files".
Erweiterungsscreenshots
Moodle Mass Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Moodle Mass 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
A simple extention to help you mass download sections of moodle courses... _just in case it crashes again_.
Grundlegende Informationen zur Erweiterung
Name | Moodle Mass Downloader |
ID | cibfhhncgchiihdnemimipceamplooeo |
Offizielle URL | https://chromewebstore.google.com/detail/moodle-mass-downloader/cibfhhncgchiihdnemimipceamplooeo |
Beschreibung | Mass Download a moodle courses files |
Dateigröße | 22.23 KB |
Installationsanzahl | 403 |
Aktuelle Version | 1.07 |
Letztes Update | 2018-05-16 |
Veröffentlichungsdatum | 2018-05-16 |
Bewertung | 4.29/5 Insgesamt 7 Bewertungen |
Entwickler | Tomer Keren |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Tadaboody/Moodle-Mass-Downloader |
Hilfeseite URL | https://github.com/Tadaboody/Moodle-Mass-Downloader |
Unterstützte Sprachen | 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" ] } |