Moodle File Archive

Moodle File Archive

Moodle File Archive downloads the files on a modules page.

Merlin
Additional files are visible only to premium users

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": {
    "16": "icons/moodle-icon-016.png",
    "32": "icons/moodle-icon-032.png",
    "64": "icons/moodle-icon-064.png",
    "128": "icons/moodle-icon-128.png",
    "256": "icons/moodle-icon-256.png"
  },
  "manifest_version": 3,
  "name": "Moodle File Archive",
  "version": "1.0.7"
}