AAU Moodle Optimizer
Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Wat is AAU Moodle Optimizer?
AAU Moodle Optimizer is een Chrome-extensie ontwikkeld door tpanum, en de belangrijkste functie is "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".
Extensie Screenshots
Download het CRX-bestand van de extensie AAU Moodle Optimizer
Download AAU Moodle Optimizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fjdnfndnmbbaidkicacfnaoaihlhefka |
| Officiële URL | https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka |
| Beschrijving | Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the… |
| Bestandsgrootte | 3.07 KB |
| Aantal Installaties | 27 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2014-02-03 |
| Publicatiedatum | 2014-02-03 |
| Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | tpanum |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |