Daymap Dark Theme

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

Cos'è Daymap Dark Theme?

Daymap Dark Theme è un'estensione di Chrome sviluppata da Daymap Dark Theme, e la sua funzione principale è "Adds a dark theme to the LMS DayMap used by South Australian public schools.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Daymap Dark Theme

Scarica i file di estensione Daymap Dark Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Daymap Dark Theme Daymap Dark Theme
ID ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb
URL Ufficiale https://chromewebstore.google.com/detail/daymap-dark-theme/ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb
Descrizione Adds a dark theme to the LMS DayMap used by South Australian public schools.
Dimensione del File 1.62 MB
Conteggio Installazioni 163
Versione Corrente 1.0.5
Ultimo Aggiornamento 2021-02-05
Data di Pubblicazione 2020-02-04
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore Daymap Dark Theme
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}