Moodle Buddy

Moodle Buddy offers mass file download and notification functionality for the moodle learning management platform.

Co je Moodle Buddy?

Moodle Buddy je rozšíření Chrome vyvinuté marcelreppi, a jeho hlavní funkcí je „Moodle Buddy offers mass file download and notification functionality for the moodle learning management platform.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Moodle Buddy

Stáhněte si soubory rozšíření Moodle Buddy 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í

                        You are a student and your university uses Moodle as their learning management platform?
You frequently use Moodle to access course material?
You are tired of missing updates and downloading every file one at a time?

This browser plugin will save you a lot of time! It will scan your Moodle course for all available resources (PDF
documents, etc.) and allow you to download them all at once.

Furthermore, Moodle Buddy scans your courses for any updates and shows them to you. You can immediately download new
resources from your Moodle Dashboard via the plugin.

Feature requests or questions?
Send me an email at [email protected]

How to use:
1. Log into your university's Moodle system
2. Visit any of the following Moodle webpages:
    - Moodle Dashboard/Course Overview (URL ending on /my)
    - Any Moodle course page (URL includes /course)
    - Moodle video page (URL includes /videoservice)
3. Click the Moodle Buddy icon in the extension bar of your browser
4. Explore all the features Moodle Buddy has to offer

Full Feature List
  Course Page
    - Download all course resources with one click
    - Scans single Moodle courses for new resources
    - Scans single Moodle courses for new activities (Assignment Uploads, Forums, etc.)
    - Shows you when new resources or actitivities have been detected
    - Download only new resources from a course
    - Filter downloadable resources for files and folders
    - Modify file names of the downloaded resources
  
  Dashboard
    - Shows updates (resources & activities) for all courses from the overview page
    - Download new resources directly from the overview page
    - Scans your courses in the background (if you are logged in) in notifies you if there are upates

Privacy
I do not have access to any login data!
The resources are ONLY downloaded to YOUR computer!
I do NOT collect the downloaded resources in any way!                    

Základní Informace o Rozšíření

Název Moodle Buddy Moodle Buddy
ID nomahjpllnbcpbggnpiehiecfbjmcaeo
Oficiální URL https://chromewebstore.google.com/detail/moodle-buddy/nomahjpllnbcpbggnpiehiecfbjmcaeo
Popis Moodle Buddy offers mass file download and notification functionality for the moodle learning management platform.
Velikost souboru 569 KB
Počet instalací 3,702
Aktuální Verze 1.53
Poslední Aktualizace 2021-12-14
Datum Vydání 2020-06-09
Hodnocení 4.90/5 Celkem 155 Hodnocení
Vývojář marcelreppi
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://moodlebuddy.com/
URL Stránky Nápovědy https://moodlebuddy.com/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodle Buddy",
    "version": "1.53",
    "description": "Moodle Buddy offers mass file download and notification functionality for the moodle learning management platform.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "downloads",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16-gray.png",
            "32": "icons\/32-gray.png",
            "48": "icons\/48-gray.png",
            "128": "icons\/128-gray.png"
        },
        "default_title": "Moodle Buddy",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "shared\/browser-polyfill.js",
                "content-scripts\/index.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "shared\/browser-polyfill.js",
            "background-scripts\/extensionListener.js",
            "background-scripts\/downloader.js",
            "background-scripts\/backgroundScanner.js"
        ]
    },
    "options_ui": {
        "page": "pages\/options\/options.html"
    }
}