Moodle-Simpler

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

Co to jest Moodle-Simpler?

Moodle-Simpler to rozszerzenie Chrome opracowane przez Ron Even, a jego główną funkcją jest „Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Moodle-Simpler

Pobierz pliki rozszerzeń Moodle-Simpler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Allows working and managing courses more easily                    

Podstawowe informacje o rozszerzeniu

Nazwa Moodle-Simpler Moodle-Simpler
ID lianeibajoppjkphdhnnbfobnimmhofn
Oficjalny URL https://chromewebstore.google.com/detail/moodle-simpler/lianeibajoppjkphdhnnbfobnimmhofn
Opis Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even
Rozmiar pliku 205 KB
Liczba instalacji 273
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2021-04-07
Data Publikacji 2021-03-14
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Ron Even
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}