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文件

下载Moodle File Archive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}