Moodle-Simpler

Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even

Wat is Moodle-Simpler?

Moodle-Simpler is een Chrome-extensie ontwikkeld door Ron Even, en de belangrijkste functie is "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Moodle-Simpler

Download Moodle-Simpler-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

                        Allows working and managing courses more easily                    

Basisinformatie over de Extensie

Naam Moodle-Simpler Moodle-Simpler
ID lianeibajoppjkphdhnnbfobnimmhofn
Officiële URL https://chromewebstore.google.com/detail/moodle-simpler/lianeibajoppjkphdhnnbfobnimmhofn
Beschrijving Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even
Bestandsgrootte 205 KB
Aantal Installaties 273
Huidige Versie 0.0.2
Laatst Bijgewerkt 2021-04-07
Publicatiedatum 2021-03-14
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Ron Even
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}