BBB Moodle Prettifier

🌟 it will make your ugly moodle shine

Apa itu BBB Moodle Prettifier?

BBB Moodle Prettifier adalah ekstensi Chrome yang dikembangkan oleh Tau, dan fitur utamanya adalah "🌟 it will make your ugly moodle shine".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi BBB Moodle Prettifier

Unduh file ekstensi BBB Moodle Prettifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BBB Moodle Prettifier BBB Moodle Prettifier
ID fbnoacnkmdhnmghankinjgbmlinjpkhg
URL Resmi https://chromewebstore.google.com/detail/bbb-moodle-prettifier/fbnoacnkmdhnmghankinjgbmlinjpkhg
Deskripsi 🌟 it will make your ugly moodle shine
Ukuran File 480 KB
Jumlah Instalasi 37
Versi Saat Ini 4.1.3
Terakhir Diperbarui 2016-09-05
Tanggal Publikasi 2016-09-05
Penilaian 5.00/5 Total 17 Penilaian
Pengembang Tau
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/bash/bbb-moodle-prettifier
URL Halaman Bantuan https://github.com/bash/bbb-moodle-prettifier/issues
Bahasa yang Didukung 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
    }
}