BBB Moodle Prettifier
🌟 it will make your ugly moodle shine
Co to jest BBB Moodle Prettifier?
BBB Moodle Prettifier to rozszerzenie Chrome opracowane przez Tau, a jego główną funkcją jest „🌟 it will make your ugly moodle shine”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BBB Moodle Prettifier
Pobierz pliki rozszerzeń BBB Moodle Prettifier 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
Have you ever wondered why the Moodle of the BBBaden is so ugly?
Well I don't know the reason, but here is some sort of a solution for this problem. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fbnoacnkmdhnmghankinjgbmlinjpkhg |
| Oficjalny URL | https://chromewebstore.google.com/detail/bbb-moodle-prettifier/fbnoacnkmdhnmghankinjgbmlinjpkhg |
| Opis | 🌟 it will make your ugly moodle shine |
| Rozmiar pliku | 480 KB |
| Liczba instalacji | 37 |
| Aktualna Wersja | 4.1.3 |
| Ostatnia Aktualizacja | 2016-09-05 |
| Data Publikacji | 2016-09-05 |
| Ocena | 5.00/5 Łącznie 17 Oceny |
| Deweloper | Tau |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/bash/bbb-moodle-prettifier |
| Adres URL Strony Pomocy | https://github.com/bash/bbb-moodle-prettifier/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BBB Moodle Prettifier",
"short_name": "Moodle Prettifier",
"homepage_url": "https:\/\/github.com\/bash\/bbb-moodle-prettifier",
"version": "4.1.3",
"description": "\ud83c\udf1f it will make your ugly moodle shine",
"permissions": [
"https:\/\/moodle.bbbaden.ch\/*",
"https:\/\/moodle-stage.bbbaden.ch\/*",
"http:\/\/moodle.bbbaden.ch\/*",
"storage",
"downloads",
"background"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/moodle.bbbaden.ch\/*",
"https:\/\/moodle-stage.bbbaden.ch\/*",
"http:\/\/moodle.bbbaden.ch\/*"
],
"js": [
"js\/inject.js"
]
}
],
"icons": {
"128": "logo.png"
},
"web_accessible_resources": [
"html\/options.html",
"fonts\/*"
],
"page_action": {
"default_icon": {
"128": "logo.png"
},
"default_popup": "html\/options.html"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
}
} | |