Moodle Downloader

A chrome extension for downloading Moodle resources

Moodle Downloader क्या है?

Moodle Downloader harsilspatel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension for downloading Moodle resources"।

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

screenshot

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

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

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

                        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!                    

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

नाम Moodle Downloader Moodle Downloader
ID ohhocacnnfaiphiahofcnfakdcfldbnh
आधिकारिक URL https://chromewebstore.google.com/detail/moodle-downloader/ohhocacnnfaiphiahofcnfakdcfldbnh
विवरण A chrome extension for downloading Moodle resources
फ़ाइल का आकार 53.97 KB
स्थापना संख्या 15,034
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2024-01-07
प्रकाशन तिथि 2020-04-03
रेटिंग 4.84/5 कुल 297 रेटिंग्स
डेवलपर harsilspatel
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/harsilspatel/MoodleDownloader
सहायता पृष्ठ URL https://github.com/harsilspatel/MoodleDownloader/issues
समर्थित भाषाएँ 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"
    }
}