BBB Moodle Prettifier
🌟 it will make your ugly moodle shine
Wat is BBB Moodle Prettifier?
BBB Moodle Prettifier is een Chrome-extensie ontwikkeld door Tau, en de belangrijkste functie is "🌟 it will make your ugly moodle shine".
Extensie Screenshots
Download het CRX-bestand van de extensie BBB Moodle Prettifier
Download BBB Moodle Prettifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | BBB Moodle Prettifier |
ID | fbnoacnkmdhnmghankinjgbmlinjpkhg |
Officiële URL | https://chromewebstore.google.com/detail/bbb-moodle-prettifier/fbnoacnkmdhnmghankinjgbmlinjpkhg |
Beschrijving | 🌟 it will make your ugly moodle shine |
Bestandsgrootte | 480 KB |
Aantal Installaties | 37 |
Huidige Versie | 4.1.3 |
Laatst Bijgewerkt | 2016-09-05 |
Publicatiedatum | 2016-09-05 |
Beoordeling | 5.00/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Tau |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bash/bbb-moodle-prettifier |
Help Pagina-URL | https://github.com/bash/bbb-moodle-prettifier/issues |
Ondersteunde Talen | 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 } } |