Moodle Dark -- LSU

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

Was ist Moodle Dark -- LSU?

Moodle Dark -- LSU ist eine Chrome-Erweiterung, die von Dylan Dubois entwickelt wurde, und ihr Hauptmerkmal ist "Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle".

Erweiterungsscreenshots

screenshot
screenshot

Moodle Dark -- LSU-Erweiterungs-CRX-Datei herunterladen

Laden Sie Moodle Dark -- LSU-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Updates the LSU Moodle website to appear darker and cleaner                    

Grundlegende Informationen zur Erweiterung

Name Moodle Dark -- LSU Moodle Dark -- LSU
ID fcejongbnjkbhbgncbjflhiknphgkclg
Offizielle URL https://chromewebstore.google.com/detail/moodle-dark-lsu/fcejongbnjkbhbgncbjflhiknphgkclg
Beschreibung Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle
Dateigröße 20.42 KB
Installationsanzahl 106
Aktuelle Version 1.0.1
Letztes Update 2020-02-27
Veröffentlichungsdatum 2020-02-26
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Dylan Dubois
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}