Moodle Downloader

Download all moodle files with one click.

Moodle Downloader란 무엇입니까?

Moodle Downloader은(는) rssws에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download all moodle files with one click."입니다.

확장 프로그램 스크린샷

screenshot

Moodle Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}