AAU Moodle Optimizer

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

¿Qué es AAU Moodle Optimizer?

AAU Moodle Optimizer es una extensión de Chrome desarrollada por tpanum, y su función principal es "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AAU Moodle Optimizer

Descarga archivos de extensión AAU Moodle Optimizer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre AAU Moodle Optimizer AAU Moodle Optimizer
ID fjdnfndnmbbaidkicacfnaoaihlhefka
URL Oficial https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka
Descripción Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Tamaño del Archivo 3.07 KB
Cantidad de Instalaciones 27
Versión Actual 1.1
Última Actualización 2014-02-03
Fecha de Publicación 2014-02-03
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador tpanum
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}