Daymap Dark Theme
Adds a dark theme to the LMS DayMap used by South Australian public schools.
Was ist Daymap Dark Theme?
Daymap Dark Theme ist eine Chrome-Erweiterung, die von Daymap Dark Theme entwickelt wurde, und ihr Hauptmerkmal ist "Adds a dark theme to the LMS DayMap used by South Australian public schools.".
Erweiterungsscreenshots
Daymap Dark Theme-Erweiterungs-CRX-Datei herunterladen
Laden Sie Daymap Dark Theme-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
This extension adds a dark theme to the LMS used by public schools in South Australia (DayMap). If you are sick of the white theme just download and install this extension! If you find any bugs feel free to report them, either via email, via the support tab or github. Open Source at: https://github.com/Gabriel-06/Daymap-Dark-Theme
Grundlegende Informationen zur Erweiterung
Name | |
ID | ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb |
Offizielle URL | https://chromewebstore.google.com/detail/daymap-dark-theme/ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb |
Beschreibung | Adds a dark theme to the LMS DayMap used by South Australian public schools. |
Dateigröße | 1.62 MB |
Installationsanzahl | 163 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2021-02-05 |
Veröffentlichungsdatum | 2020-02-04 |
Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
Entwickler | Daymap Dark Theme |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daymap Dark Theme", "version": "1.0.5", "description": "Adds a dark theme to the LMS DayMap used by South Australian public schools.", "icons": { "16": "DDT_Icons\/DDT_16px.png", "32": "DDT_Icons\/DDT_32px.png", "48": "DDT_Icons\/DDT_48px.png", "64": "DDT_Icons\/DDT_64px.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.sa.edu.au\/*ay*ap\/*" ], "js": [ "content.min.js" ] } ], "author": "Yuehan Xia and Gabriel Csizmadia", "short_name": "DDT" } |