Moodle Dark -- LSU

Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle

Cos'è Moodle Dark -- LSU?

Moodle Dark -- LSU è un'estensione di Chrome sviluppata da Dylan Dubois, e la sua funzione principale è "Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Moodle Dark -- LSU

Scarica i file di estensione Moodle Dark -- LSU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Updates the LSU Moodle website to appear darker and cleaner                    

Informazioni di Base sull'Estensione

Nome Moodle Dark -- LSU Moodle Dark -- LSU
ID fcejongbnjkbhbgncbjflhiknphgkclg
URL Ufficiale https://chromewebstore.google.com/detail/moodle-dark-lsu/fcejongbnjkbhbgncbjflhiknphgkclg
Descrizione Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle
Dimensione del File 20.42 KB
Conteggio Installazioni 106
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-02-27
Data di Pubblicazione 2020-02-26
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Dylan Dubois
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle Dark -- LSU",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/moodle3.lsu.edu\/*",
                "*:\/\/moodle3.lsu.edu\/course\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}