AAU Moodle Optimizer

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

Hvad er AAU Moodle Optimizer?

AAU Moodle Optimizer er en Chrome-udvidelse udviklet af tpanum, og dens hovedfunktion er "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".

Udvidelsesskærmbilleder

screenshot

Download AAU Moodle Optimizer-udvidelses-CRX-fil

Download AAU Moodle Optimizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn AAU Moodle Optimizer AAU Moodle Optimizer
ID fjdnfndnmbbaidkicacfnaoaihlhefka
Officiel URL https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka
Beskrivelse Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Filstørrelse 3.07 KB
Antal Installationer 27
Nuværende Version 1.1
Senest Opdateret 2014-02-03
Udgivelsesdato 2014-02-03
Bedømmelse 4.50/5 Samlet 4 Bedømmelser
Udvikler tpanum
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}