NEO LMS Assignments Downloader
This extension allows to download all the class's lesson assignments at once
Wat is NEO LMS Assignments Downloader?
NEO LMS Assignments Downloader is een Chrome-extensie ontwikkeld door Alex Lipov, en de belangrijkste functie is "This extension allows to download all the class's lesson assignments at once".
Extensie Screenshots
Download het CRX-bestand van de extensie NEO LMS Assignments Downloader
Download NEO LMS Assignments Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows to download all the class's lesson assignments at once in NEO LMS web platform.
Basisinformatie over de Extensie
Naam | NEO LMS Assignments Downloader |
ID | nmnhhckkfjfcianoekankcfbcgjlfdkg |
Officiële URL | https://chromewebstore.google.com/detail/neo-lms-assignments-downl/nmnhhckkfjfcianoekankcfbcgjlfdkg |
Beschrijving | This extension allows to download all the class's lesson assignments at once |
Bestandsgrootte | 83.69 KB |
Aantal Installaties | 444 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2019-11-06 |
Publicatiedatum | 2019-11-06 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Alex Lipov |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/alipov/edu20-assignment-downloader |
Help Pagina-URL | https://github.com/alipov/edu20-assignment-downloader/issues |
Ondersteunde Talen | 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" ] } |