Moodle File Archive

Moodle File Archive downloads the files on a modules page.

Moodle File Archive란 무엇입니까?

Moodle File Archive은(는) IMDb Ext 2020에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Moodle File Archive downloads the files on a modules page."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        To keep a copy of the files on a Moodle module you have to download each file, the filename often does not match the file title on the webpage, and the order of the files is not obvious. The Moodle File Archive extension parses the webpages and downloads the files in the correct order with correct file title. All the file downloads are initiated at once by clicking on the extension button.

Limitations:
This extension cannot get files from sub-pages on a course page. If the page has pop down sections for file links, you must open each section first and then use the extension.

This is a work in progress and may not work for all files on a moodle module.                    

확장 프로그램 기본 정보

이름 Moodle File Archive Moodle File Archive
ID difihjamhbmpnhdfomhpegbpbemfkelm
공식 URL https://chromewebstore.google.com/detail/moodle-file-archive/difihjamhbmpnhdfomhpegbpbemfkelm
설명 Moodle File Archive downloads the files on a modules page.
파일 크기 21.22 KB
설치 횟수 48
현재 버전 1.0.7
최근 업데이트 2024-02-25
출시 날짜 2021-09-11
개발자 IMDb Ext 2020
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/moodle-icon-016.png",
        "default_popup": "popup.html",
        "default_title": "Download Moodle page contents."
    },
    "content_scripts": [
        {
            "js": [
                "js\/button.js",
                "js\/moodle-downloader.js",
                "js\/moodle-resource.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Moodle File Archive downloads the files on a modules page.",
    "icons": {
        "256": "icons\/moodle-icon-256.png",
        "128": "icons\/moodle-icon-128.png",
        "64": "icons\/moodle-icon-064.png",
        "32": "icons\/moodle-icon-032.png",
        "16": "icons\/moodle-icon-016.png"
    },
    "manifest_version": 3,
    "name": "Moodle File Archive",
    "version": "1.0.7"
}