AI 产品解读Automatically scan Moodle course pages for downloadable files and bundle them into a single ZIP archive for bulk download.
Manually downloading multiple course files from Moodle is time-consuming; this extension automates the discovery and bulk download of resources.
1. User navigates to a Moodle course page on ena.etsmtl.ca. 2. Extension content script scans the page for downloadable resources (PDFs, folders, etc.). 3. Popup displays discovered files with selection options. 4. User selects files and clicks 'Download as ZIP'. 5. Background service worker fetches each file, creates a ZIP archive in memory, and triggers a browser download.
Bulk download course materials from MoodleAutomatic file discovery on course pagesZIP archive creation and downloadSupport for both standard and tiles course layoutsFile size validation and filtering
- 目标用户
- University students / Teachers / Anyone using the ena.etsmtl.ca Moodle instance
- Analysis based on static source code inspection only; no live execution or authentication testing performed.
付费分析未识别到付费功能
The extension is entirely free. It performs all operations locally using Chrome APIs (chrome.downloads, fetch) without any payment gateway, subscription check, or premium feature gating. The 'pro' keyword match in static analysis was a false positive from CSS class names (e.g., 'scan-progress').
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension only functions on the ena.etsmtl.ca Moodle site. To access course materials, the user must be logged into the Moodle platform. The extension itself does not implement a separate login mechanism but relies entirely on the destination service's authentication.