BBB Moodle Prettifier

🌟 it will make your ugly moodle shine

¿Qué es BBB Moodle Prettifier?

BBB Moodle Prettifier es una extensión de Chrome desarrollada por Tau, y su función principal es "🌟 it will make your ugly moodle shine".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión BBB Moodle Prettifier

Descarga archivos de extensión BBB Moodle Prettifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre BBB Moodle Prettifier BBB Moodle Prettifier
ID fbnoacnkmdhnmghankinjgbmlinjpkhg
URL Oficial https://chromewebstore.google.com/detail/bbb-moodle-prettifier/fbnoacnkmdhnmghankinjgbmlinjpkhg
Descripción 🌟 it will make your ugly moodle shine
Tamaño del Archivo 480 KB
Cantidad de Instalaciones 37
Versión Actual 4.1.3
Última Actualización 2016-09-05
Fecha de Publicación 2016-09-05
Calificación 5.00/5 Total de 17 Calificaciones
Desarrollador Tau
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/bash/bbb-moodle-prettifier
URL de la Página de Ayuda https://github.com/bash/bbb-moodle-prettifier/issues
Idiomas Soportados 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
    }
}