NEO LMS Assignments Downloader
This extension allows to download all the class's lesson assignments at once
What is NEO LMS Assignments Downloader?
NEO LMS Assignments Downloader is a Chrome extension developed by Alex Lipov, and its main feature is "This extension allows to download all the class's lesson assignments at once".
Extension Screenshots
Download NEO LMS Assignments Downloader Extension CRX File
Download NEO LMS Assignments Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows to download all the class's lesson assignments at once in NEO LMS web platform.
Extension Basic Information
Name | NEO LMS Assignments Downloader |
ID | nmnhhckkfjfcianoekankcfbcgjlfdkg |
Official URL | https://chromewebstore.google.com/detail/neo-lms-assignments-downl/nmnhhckkfjfcianoekankcfbcgjlfdkg |
Description | This extension allows to download all the class's lesson assignments at once |
File Size | 83.69 KB |
Installation Count | 444 |
Current Version | 0.6 |
Last Updated | 2019-11-06 |
Publish Date | 2019-11-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Alex Lipov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/alipov/edu20-assignment-downloader |
Help Page URL | https://github.com/alipov/edu20-assignment-downloader/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "32", "name": "NEO LMS Assignments Downloader", "description": "This extension allows to download all the class's lesson assignments at once", "version": "0.6", "background": { "scripts": [ "background.js", "lib\/jszip-3.1.5.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.edu20.org\/teacher_dropbox_assignment\/grading*", "https:\/\/*.edu20.org\/teacher_freeform_assignment\/grading*", "http:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*", "https:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*", "http:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*", "https:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*" ], "js": [ "lib\/jquery-3.1.1.min.js", "content.js" ] } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "https:\/\/*.edu20.org\/teacher_dropbox_assignment\/*", "https:\/\/*.edu20.org\/teacher_freeform_assignment\/*", "http:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*", "https:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*", "http:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*", "https:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*", "downloads" ] } |