AAU Moodle Optimizer

Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…

Was ist AAU Moodle Optimizer?

AAU Moodle Optimizer ist eine Chrome-Erweiterung, die von tpanum entwickelt wurde, und ihr Hauptmerkmal ist "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".

Erweiterungsscreenshots

screenshot

AAU Moodle Optimizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie AAU Moodle Optimizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the Moodle page, and more visual clearance.

1.0: Changes background to a static color "AAU Blue"
1.1 Fixes alignment of the AAU logo                    

Grundlegende Informationen zur Erweiterung

Name AAU Moodle Optimizer AAU Moodle Optimizer
ID fjdnfndnmbbaidkicacfnaoaihlhefka
Offizielle URL https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka
Beschreibung Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Dateigröße 3.07 KB
Installationsanzahl 27
Aktuelle Version 1.1
Letztes Update 2014-02-03
Veröffentlichungsdatum 2014-02-03
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler tpanum
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AAU Moodle Optimizer",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.moodle.aau.dk\/*"
            ],
            "css": [
                "css_file.css"
            ]
        }
    ]
}