AAU Moodle Optimizer

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

Cos'è AAU Moodle Optimizer?

AAU Moodle Optimizer è un'estensione di Chrome sviluppata da tpanum, e la sua funzione principale è "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AAU Moodle Optimizer

Scarica i file di estensione AAU Moodle Optimizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AAU Moodle Optimizer AAU Moodle Optimizer
ID fjdnfndnmbbaidkicacfnaoaihlhefka
URL Ufficiale https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka
Descrizione Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Dimensione del File 3.07 KB
Conteggio Installazioni 27
Versione Corrente 1.1
Ultimo Aggiornamento 2014-02-03
Data di Pubblicazione 2014-02-03
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore tpanum
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}