Daymap Dark Theme
Adds a dark theme to the LMS DayMap used by South Australian public schools.
Qu'est-ce que Daymap Dark Theme ?
Daymap Dark Theme est une extension Chrome développée par Daymap Dark Theme, et sa fonction principale est "Adds a dark theme to the LMS DayMap used by South Australian public schools.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Daymap Dark Theme
Téléchargez les fichiers d'extension Daymap Dark Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb |
URL Officiel | https://chromewebstore.google.com/detail/daymap-dark-theme/ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb |
Description | Adds a dark theme to the LMS DayMap used by South Australian public schools. |
Taille du Fichier | 1.62 MB |
Nombre d'Installations | 163 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2021-02-05 |
Date de Publication | 2020-02-04 |
Évaluation | 4.25/5 Total 8 Évaluations |
Développeur | Daymap Dark Theme |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |