Daymap Dark Theme

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

Vad är Daymap Dark Theme?

Daymap Dark Theme är en Chrome-tillägg utvecklad av Daymap Dark Theme, och dess huvudfunktion är "Adds a dark theme to the LMS DayMap used by South Australian public schools.".

Tilläggsskärmbilder

screenshot

Ladda ner Daymap Dark Theme-förlängningens CRX-fil

Ladda ner Daymap Dark Theme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Daymap Dark Theme Daymap Dark Theme
ID ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb
Officiell webbadress https://chromewebstore.google.com/detail/daymap-dark-theme/ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb
Beskrivning Adds a dark theme to the LMS DayMap used by South Australian public schools.
Filstorlek 1.62 MB
Antal Installationer 163
Aktuell Version 1.0.5
Senast Uppdaterad 2021-02-05
Publiceringsdatum 2020-02-04
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare Daymap Dark Theme
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}