Daymap Dark Theme

Adds a dark theme to the LMS DayMap used by South Australian public schools.

Wat is Daymap Dark Theme?

Daymap Dark Theme is een Chrome-extensie ontwikkeld door Daymap Dark Theme, en de belangrijkste functie is "Adds a dark theme to the LMS DayMap used by South Australian public schools.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Daymap Dark Theme

Download Daymap Dark Theme-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

                        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                    

Basisinformatie over de Extensie

Naam Daymap Dark Theme Daymap Dark Theme
ID ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb
Officiële URL https://chromewebstore.google.com/detail/daymap-dark-theme/ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb
Beschrijving Adds a dark theme to the LMS DayMap used by South Australian public schools.
Bestandsgrootte 1.62 MB
Aantal Installaties 163
Huidige Versie 1.0.5
Laatst Bijgewerkt 2021-02-05
Publicatiedatum 2020-02-04
Beoordeling 4.25/5 Totaal 8 Beoordelingen
Ontwikkelaar Daymap Dark Theme
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}