BBB Moodle Prettifier
🌟 it will make your ugly moodle shine
What is BBB Moodle Prettifier?
BBB Moodle Prettifier is a Chrome extension developed by Tau, and its main feature is "🌟 it will make your ugly moodle shine".
Extension Screenshots
Download BBB Moodle Prettifier Extension CRX File
Download BBB Moodle Prettifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | BBB Moodle Prettifier |
ID | fbnoacnkmdhnmghankinjgbmlinjpkhg |
Official URL | https://chromewebstore.google.com/detail/bbb-moodle-prettifier/fbnoacnkmdhnmghankinjgbmlinjpkhg |
Description | 🌟 it will make your ugly moodle shine |
File Size | 480 KB |
Installation Count | 37 |
Current Version | 4.1.3 |
Last Updated | 2016-09-05 |
Publish Date | 2016-09-05 |
Rating | 5.00/5 Total 17 Ratings |
Developer | Tau |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bash/bbb-moodle-prettifier |
Help Page URL | https://github.com/bash/bbb-moodle-prettifier/issues |
Supported Languages | 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 } } |