Moodle Buddy

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

Moodle Buddyとは何ですか?

Moodle Buddyはmarcelreppiによって開発されたChromeの拡張機能で、その主な機能は「Moodle Buddy offers mass file download and notification functionality for the moodle learning management platform.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Moodle Buddy拡張機能のCRXファイルをダウンロード

Moodle Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Moodle Buddy Moodle Buddy
ID nomahjpllnbcpbggnpiehiecfbjmcaeo
公式URL https://chromewebstore.google.com/detail/moodle-buddy/nomahjpllnbcpbggnpiehiecfbjmcaeo
説明 Moodle Buddy offers mass file download and notification functionality for the moodle learning management platform.
ファイルサイズ 569 KB
インストール数 3,702
現在のバージョン 1.53
最終更新日 2021-12-14
公開日 2020-06-09
評価 4.90/5 合計 155 レビュー
開発者 marcelreppi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://moodlebuddy.com/
ヘルプページのURL https://moodlebuddy.com/
対応言語 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"
    }
}