Moodle File Archive
Moodle File Archive downloads the files on a modules page.
Τι είναι το Moodle File Archive;
Το Moodle File Archive είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IMDb Ext 2020, και η κύρια λειτουργία του είναι "Moodle File Archive downloads the files on a modules page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Moodle File Archive
Λήψη αρχείων επέκτασης Moodle File Archive σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
To keep a copy of the files on a Moodle module you have to download each file, the filename often does not match the file title on the webpage, and the order of the files is not obvious. The Moodle File Archive extension parses the webpages and downloads the files in the correct order with correct file title. All the file downloads are initiated at once by clicking on the extension button. Limitations: This extension cannot get files from sub-pages on a course page. If the page has pop down sections for file links, you must open each section first and then use the extension. This is a work in progress and may not work for all files on a moodle module.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Moodle File Archive |
ID | difihjamhbmpnhdfomhpegbpbemfkelm |
Επίσημο URL | https://chromewebstore.google.com/detail/moodle-file-archive/difihjamhbmpnhdfomhpegbpbemfkelm |
Περιγραφή | Moodle File Archive downloads the files on a modules page. |
Μέγεθος Αρχείου | 21.22 KB |
Αριθμός Εγκαταστάσεων | 48 |
Τρέχουσα Έκδοση | 1.0.7 |
Τελευταία Ενημέρωση | 2024-02-25 |
Ημερομηνία Δημοσίευσης | 2021-09-11 |
Προγραμματιστής | IMDb Ext 2020 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/moodle-icon-016.png", "default_popup": "popup.html", "default_title": "Download Moodle page contents." }, "content_scripts": [ { "js": [ "js\/button.js", "js\/moodle-downloader.js", "js\/moodle-resource.js" ], "matches": [ "*:\/\/*\/*" ] } ], "description": "Moodle File Archive downloads the files on a modules page.", "icons": { "256": "icons\/moodle-icon-256.png", "128": "icons\/moodle-icon-128.png", "64": "icons\/moodle-icon-064.png", "32": "icons\/moodle-icon-032.png", "16": "icons\/moodle-icon-016.png" }, "manifest_version": 3, "name": "Moodle File Archive", "version": "1.0.7" } |