Moodle Downloader
A chrome extension for downloading Moodle resources
Moodle Downloaderคืออะไร?
Moodle Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย harsilspatel และคุณลักษณะหลักของมันคือ "A chrome extension for downloading Moodle resources"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moodle Downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |