Dark Moodle

Dark theme for UBS Moodle

Apa itu Dark Moodle?

Dark Moodle adalah ekstensi Chrome yang dikembangkan oleh Fyelne, dan fitur utamanya adalah "Dark theme for UBS Moodle".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dark Moodle

Unduh file ekstensi Dark Moodle 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

                        Dark mode has arrived on Moodle! Come and try it for free :D                    

Informasi Dasar Ekstensi

Nama Dark Moodle Dark Moodle
ID hblgmffbmddipnmjboehgpbpmmmkhdom
URL Resmi https://chromewebstore.google.com/detail/dark-moodle/hblgmffbmddipnmjboehgpbpmmmkhdom
Deskripsi Dark theme for UBS Moodle
Ukuran File 2.37 MB
Jumlah Instalasi 458
Versi Saat Ini 2.1
Terakhir Diperbarui 2023-04-27
Tanggal Publikasi 2022-05-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Fyelne
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Fyelne/Dark-Moodle
URL Halaman Bantuan https://github.com/Fyelne/Dark-Moodle/pulls
Bahasa yang Didukung fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Moodle",
    "version": "2.1",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Dark theme for UBS Moodle",
    "content_scripts": [
        {
            "css": [
                ".\/style.css"
            ],
            "matches": [
                "https:\/\/moodle.univ-ubs.fr\/*",
                "https:\/\/cas.univ-ubs.fr\/*"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{b6c864e2-2c58-41da-9a3d-999485670f20}"
        }
    },
    "content_security_policy": []
}