BBB Moodle Prettifier
🌟 it will make your ugly moodle shine
Cos'è BBB Moodle Prettifier?
BBB Moodle Prettifier è un'estensione di Chrome sviluppata da Tau, e la sua funzione principale è "🌟 it will make your ugly moodle shine".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BBB Moodle Prettifier
Scarica i file di estensione BBB Moodle Prettifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fbnoacnkmdhnmghankinjgbmlinjpkhg |
| URL Ufficiale | https://chromewebstore.google.com/detail/bbb-moodle-prettifier/fbnoacnkmdhnmghankinjgbmlinjpkhg |
| Descrizione | 🌟 it will make your ugly moodle shine |
| Dimensione del File | 480 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 4.1.3 |
| Ultimo Aggiornamento | 2016-09-05 |
| Data di Pubblicazione | 2016-09-05 |
| Valutazione | 5.00/5 Totale 17 Valutazioni |
| Sviluppatore | Tau |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/bash/bbb-moodle-prettifier |
| URL della Pagina di Aiuto | https://github.com/bash/bbb-moodle-prettifier/issues |
| Lingue Supportate | 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
}
} | |