Moodle Mass Downloader
Mass Download a moodle courses files
ما هو Moodle Mass Downloader؟
Moodle Mass Downloader هو إضافة Chrome تم تطويرها بواسطة Tomer Keren، والميزة الرئيسية لها هي "Mass Download a moodle courses files".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Moodle Mass Downloader
قم بتنزيل ملفات الامتداد Moodle Mass Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extention to help you mass download sections of moodle courses... _just in case it crashes again_.
معلومات أساسية عن التمديد
الاسم | Moodle Mass Downloader |
ID | cibfhhncgchiihdnemimipceamplooeo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/moodle-mass-downloader/cibfhhncgchiihdnemimipceamplooeo |
الوصف | Mass Download a moodle courses files |
حجم الملف | 22.23 KB |
عدد التثبيتات | 403 |
النسخة الحالية | 1.07 |
آخر تحديث | 2018-05-16 |
تاريخ النشر | 2018-05-16 |
تقييم | 4.29/5 مجموع تقييمات 7 |
المطور | Tomer Keren |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Tadaboody/Moodle-Mass-Downloader |
عنوان صفحة المساعدة | https://github.com/Tadaboody/Moodle-Mass-Downloader |
اللغات المدعومة | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moodle Mass Downloader", "short_name": "Moodle Downloader", "description": "Mass Download a moodle courses files", "version": "1.07", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon24.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ac.il\/*course\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.ac.il\/*cs\/*", "downloads" ] } |