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'est-ce que AAU Moodle Optimizer ?
AAU Moodle Optimizer est une extension Chrome développée par tpanum, et sa fonction principale est "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AAU Moodle Optimizer
Téléchargez les fichiers d'extension AAU Moodle Optimizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AAU Moodle Optimizer |
ID | fjdnfndnmbbaidkicacfnaoaihlhefka |
URL Officiel | https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka |
Description | Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the… |
Taille du Fichier | 3.07 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-02-03 |
Date de Publication | 2014-02-03 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | tpanum |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |