Moodle Downloader
A chrome extension for downloading Moodle resources
Co je Moodle Downloader?
Moodle Downloader je rozšíření Chrome vyvinuté harsilspatel, a jeho hlavní funkcí je „A chrome extension for downloading Moodle resources“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Moodle Downloader
Stáhněte si soubory rozšíření Moodle Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Moodle Downloader |
ID | ohhocacnnfaiphiahofcnfakdcfldbnh |
Oficiální URL | https://chromewebstore.google.com/detail/moodle-downloader/ohhocacnnfaiphiahofcnfakdcfldbnh |
Popis | A chrome extension for downloading Moodle resources |
Velikost souboru | 53.97 KB |
Počet instalací | 15,034 |
Aktuální Verze | 3.0.0 |
Poslední Aktualizace | 2024-01-07 |
Datum Vydání | 2020-04-03 |
Hodnocení | 4.84/5 Celkem 297 Hodnocení |
Vývojář | harsilspatel |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/harsilspatel/MoodleDownloader |
URL Stránky Nápovědy | https://github.com/harsilspatel/MoodleDownloader/issues |
Podporované Jazyky | 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" } } |