NEO LMS Assignments Downloader
This extension allows to download all the class's lesson assignments at once
Cos'è NEO LMS Assignments Downloader?
NEO LMS Assignments Downloader è un'estensione di Chrome sviluppata da Alex Lipov, e la sua funzione principale è "This extension allows to download all the class's lesson assignments at once".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NEO LMS Assignments Downloader
Scarica i file di estensione NEO LMS Assignments Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows to download all the class's lesson assignments at once in NEO LMS web platform.
Informazioni di Base sull'Estensione
Nome | NEO LMS Assignments Downloader |
ID | nmnhhckkfjfcianoekankcfbcgjlfdkg |
URL Ufficiale | https://chromewebstore.google.com/detail/neo-lms-assignments-downl/nmnhhckkfjfcianoekankcfbcgjlfdkg |
Descrizione | This extension allows to download all the class's lesson assignments at once |
Dimensione del File | 83.69 KB |
Conteggio Installazioni | 444 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2019-11-06 |
Data di Pubblicazione | 2019-11-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Alex Lipov |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/alipov/edu20-assignment-downloader |
URL della Pagina di Aiuto | https://github.com/alipov/edu20-assignment-downloader/issues |
Lingue Supportate | 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" ] } |