Moodle Dark -- LSU

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

Wat is Moodle Dark -- LSU?

Moodle Dark -- LSU is een Chrome-extensie ontwikkeld door Dylan Dubois, en de belangrijkste functie is "Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Moodle Dark -- LSU

Download Moodle Dark -- LSU-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Updates the LSU Moodle website to appear darker and cleaner                    

Basisinformatie over de Extensie

Naam Moodle Dark -- LSU Moodle Dark -- LSU
ID fcejongbnjkbhbgncbjflhiknphgkclg
Officiële URL https://chromewebstore.google.com/detail/moodle-dark-lsu/fcejongbnjkbhbgncbjflhiknphgkclg
Beschrijving Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle
Bestandsgrootte 20.42 KB
Aantal Installaties 106
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-02-27
Publicatiedatum 2020-02-26
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Dylan Dubois
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}