Moodle-Simpler
Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even
Cos'è Moodle-Simpler?
Moodle-Simpler è un'estensione di Chrome sviluppata da Ron Even, e la sua funzione principale è "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Moodle-Simpler
Scarica i file di estensione Moodle-Simpler 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
Allows working and managing courses more easily
Informazioni di Base sull'Estensione
Nome | Moodle-Simpler |
ID | lianeibajoppjkphdhnnbfobnimmhofn |
URL Ufficiale | https://chromewebstore.google.com/detail/moodle-simpler/lianeibajoppjkphdhnnbfobnimmhofn |
Descrizione | Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even |
Dimensione del File | 205 KB |
Conteggio Installazioni | 273 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2021-04-07 |
Data di Pubblicazione | 2021-03-14 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | Ron Even |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle-Simpler", "version": "0.0.2", "manifest_version": 2, "description": "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even", "default_locale": "en", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/lemida.biu.ac.il\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |