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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |