Moodle Mass Downloader
Mass Download a moodle courses files
Moodle Mass Downloader क्या है?
Moodle Mass Downloader Tomer Keren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mass Download a moodle courses files"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moodle Mass Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" ] } |