Moodle Downloader
A chrome extension for downloading Moodle resources
Moodle Downloaderとは何ですか?
Moodle Downloaderはharsilspatelによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension for downloading Moodle resources」です。
拡張機能のスクリーンショット
Moodle Downloader拡張機能のCRXファイルをダウンロード
Moodle Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An open source chrome extension that enables students to download Moodle resources with a click of a button 💾 Usage 🖱 1. Login in to your moodle (for example https://moodle.vle.monash.edu) 2. Open the Resources section for the course you wish to download the content for 3. Click on the extension icon and select the resources to be downloaded. Click and drag or use ⌘ key to select multiple options: 4. Hit the Download button to get the resources! source code: https://github.com/harsilspatel/MoodleDownloader Made with ❤️ and ☕️ in Melbourne!
拡張機能の基本情報
名前 | Moodle Downloader |
ID | ohhocacnnfaiphiahofcnfakdcfldbnh |
公式URL | https://chromewebstore.google.com/detail/moodle-downloader/ohhocacnnfaiphiahofcnfakdcfldbnh |
説明 | A chrome extension for downloading Moodle resources |
ファイルサイズ | 53.97 KB |
インストール数 | 15,034 |
現在のバージョン | 3.0.0 |
最終更新日 | 2024-01-07 |
公開日 | 2020-04-03 |
評価 | 4.84/5 合計 297 レビュー |
開発者 | harsilspatel |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/harsilspatel/MoodleDownloader |
ヘルプページのURL | https://github.com/harsilspatel/MoodleDownloader/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Moodle Downloader", "description": "A chrome extension for downloading Moodle resources", "version": "3.0.0", "icons": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png", "64": "assets\/icon64.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png", "512": "assets\/icon512.png" }, "permissions": [ "scripting", "activeTab", "downloads", "storage" ], "action": { "default_popup": "src\/popup.html" } } |