AAU Moodle Optimizer

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

O que é AAU Moodle Optimizer?

AAU Moodle Optimizer é uma extensão do Chrome desenvolvida por tpanum, e sua principal característica é "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AAU Moodle Optimizer

Baixe arquivos de extensão AAU Moodle Optimizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome AAU Moodle Optimizer AAU Moodle Optimizer
ID fjdnfndnmbbaidkicacfnaoaihlhefka
URL Oficial https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka
Descrição Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Tamanho do Arquivo 3.07 KB
Contagem de Instalações 27
Versão Atual 1.1
Última Atualização 2014-02-03
Data de Publicação 2014-02-03
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor tpanum
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}