Moodle Extension

Moodle schick

What is Moodle Extension?

Moodle Extension is a Chrome extension developed by Samuel Wölfl, and its main feature is "Moodle schick".

Extension Screenshots

screenshot

Download Moodle Extension Extension CRX File

Download Moodle Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Diese Erweiterung lässt das Moodle der HDM-Stuttgart in einem neuen Glanz erscheinen. Damit wird das Design der Moodle-Oberfläche überarbeitet und deutlich besser dargestellt.

Das bringt unter anderem:
- eine angenehmere Akzentfarbe
- neue Icons
- besser strukturierte Überschriften
- Abgaben werden hervorgehoben
- eindeutigere Kursnahmen
- verbesserte Position des Breadcrumb-Menu
- ein insgesamt moderneres Interface

Schau dir das Projekt auf GitHub an: https://github.com/samuelwoelfl/moodle_extension                    

Extension Basic Information

Name Moodle Extension Moodle Extension
ID pfkngbklagngidpjhfdohdbcklpioldi
Official URL https://chromewebstore.google.com/detail/moodle-extension/pfkngbklagngidpjhfdohdbcklpioldi
Description Moodle schick
File Size 71.91 KB
Installation Count 277
Current Version 0.0.5
Last Updated 2021-09-25
Publish Date 2021-01-04
Developer Samuel Wölfl
Email [email protected]
Payment Type free
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodle Extension",
    "version": "0.0.5",
    "description": "Moodle schick",
    "content_scripts": [
        {
            "css": [
                "new_style.css"
            ],
            "js": [
                "jquery.js",
                "scrollTo.js",
                "localScroll.js",
                "smooth_scroll.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/e-learning.hdm-stuttgart.de\/*"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "moodle_logo.png"
    }
}