Moodle Buddy

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

O que é Moodle Buddy?

Moodle Buddy é uma extensão do Chrome desenvolvida por marcelreppi, e sua principal característica é "Moodle Buddy offers mass file download and notification functionality for the moodle learning management platform.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Moodle Buddy

Baixe arquivos de extensão Moodle Buddy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Moodle Buddy Moodle Buddy
ID nomahjpllnbcpbggnpiehiecfbjmcaeo
URL Oficial https://chromewebstore.google.com/detail/moodle-buddy/nomahjpllnbcpbggnpiehiecfbjmcaeo
Descrição Moodle Buddy offers mass file download and notification functionality for the moodle learning management platform.
Tamanho do Arquivo 569 KB
Contagem de Instalações 3,702
Versão Atual 1.53
Última Atualização 2021-12-14
Data de Publicação 2020-06-09
Classificação 4.90/5 Total de 155 Avaliações
Desenvolvedor marcelreppi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://moodlebuddy.com/
URL da Página de Ajuda https://moodlebuddy.com/
Idiomas Suportados 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"
    }
}