AAU Moodle Optimizer
Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Co to jest AAU Moodle Optimizer?
AAU Moodle Optimizer to rozszerzenie Chrome opracowane przez tpanum, a jego główną funkcją jest „Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AAU Moodle Optimizer
Pobierz pliki rozszerzeń AAU Moodle Optimizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fjdnfndnmbbaidkicacfnaoaihlhefka |
| Oficjalny URL | https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka |
| Opis | Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the… |
| Rozmiar pliku | 3.07 KB |
| Liczba instalacji | 27 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2014-02-03 |
| Data Publikacji | 2014-02-03 |
| Ocena | 4.50/5 Łącznie 4 Oceny |
| Deweloper | tpanum |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |