AAU Moodle Optimizer
Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Vad är AAU Moodle Optimizer?
AAU Moodle Optimizer är en Chrome-tillägg utvecklad av tpanum, och dess huvudfunktion är "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".
Tilläggsskärmbilder
Ladda ner AAU Moodle Optimizer-förlängningens CRX-fil
Ladda ner AAU Moodle Optimizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | fjdnfndnmbbaidkicacfnaoaihlhefka |
| Officiell webbadress | https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka |
| Beskrivning | Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the… |
| Filstorlek | 3.07 KB |
| Antal Installationer | 27 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2014-02-03 |
| Publiceringsdatum | 2014-02-03 |
| Betyg | 4.50/5 Totalt 4 Betyg |
| Utvecklare | tpanum |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |