AAU Moodle Optimizer
Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Что такое AAU Moodle Optimizer?
AAU Moodle Optimizer - это расширение Chrome, разработанное tpanum, и его основная функция - "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".
Снимки экрана расширения
Скачать файл CRX расширения AAU Moodle Optimizer
Скачайте файлы расширений AAU Moodle Optimizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | fjdnfndnmbbaidkicacfnaoaihlhefka |
| Официальный URL | https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka |
| Описание | Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the… |
| Размер файла | 3.07 KB |
| Количество установок | 27 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2014-02-03 |
| Дата публикации | 2014-02-03 |
| Рейтинг | 4.50/5 Всего 4 оценок |
| Разработчик | tpanum |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
}
]
} | |