Moodle Downloader

Download all moodle files with one click.

Moodle Downloader क्या है?

Moodle Downloader rssws द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download all moodle files with one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Moodle Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Download all Moodle files with one click. Instead of saving all files of a course one by one with a lot of manual effort, this extension detects the files automatically and download them as a zip file.

Usage:

1. Navigate to one of the following pages:
    1. Course view: https://.../course/view.php?id=...
        Download all the resources of a course.
    2. Resource view: https://.../course/resources.php?id=...
        Download all the resources of a course.
    3. Folder view: https://.../mod/folder/view.php?id=...
        Download all the resources in a folder.
    4. Pluginfile: https://.../pluginfile.php/.../mod_resource/content/.../...
        Download the opened file.
2. Click on the extension.
3. Click on Download button and wait for the download to complete. 

Download may take a while depending on the network condition. You can close the extension or view other tabs during the downloading. The file will be saved once the download has been completed.                    

एक्सटेंशन की मूल जानकारी

नाम Moodle Downloader Moodle Downloader
ID egdkcpdcopinmhfphdmdagnpogclbpln
आधिकारिक URL https://chromewebstore.google.com/detail/moodle-downloader/egdkcpdcopinmhfphdmdagnpogclbpln
विवरण Download all moodle files with one click.
फ़ाइल का आकार 1.04 MB
स्थापना संख्या 419
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2022-11-29
प्रकाशन तिथि 2022-08-22
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर rssws
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rssws/moodle-dl-ext
सहायता पृष्ठ URL https://github.com/rssws/moodle-dl-ext/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle Downloader",
    "description": "Download all moodle files with one click.",
    "version": "0.2.2",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/moodle-dl-ext-16.png",
            "32": "\/images\/moodle-dl-ext-32.png",
            "48": "\/images\/moodle-dl-ext-48.png",
            "128": "\/images\/moodle-dl-ext-128.png"
        }
    },
    "icons": {
        "16": "\/images\/moodle-dl-ext-16.png",
        "32": "\/images\/moodle-dl-ext-32.png",
        "48": "\/images\/moodle-dl-ext-48.png",
        "128": "\/images\/moodle-dl-ext-128.png"
    }
}