DMOJ Dark Theme

Late Night Coding Sessions Hurt Your Eyes

Wat is DMOJ Dark Theme?

DMOJ Dark Theme is een Chrome-extensie ontwikkeld door David Li, en de belangrijkste functie is "Late Night Coding Sessions Hurt Your Eyes".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DMOJ Dark Theme

Download DMOJ 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

                        CSS "borrowed" from:  https://dmoj.ca/user/KevinLu

Use This to set your DMOJ site to dark automatically when you visit the site! 
Also install for that thicc perfect CCC senior score

Upcoming Features:

Automatically Switch Between Night/Day Mode
Custom Colours

Changelog:

V 0.1.1 - Made Links Within Content Body Orange                    

Basisinformatie over de Extensie

Naam DMOJ Dark Theme DMOJ Dark Theme
ID ngfbccjbgpahkoicflnagejcobebddaf
Officiële URL https://chromewebstore.google.com/detail/dmoj-dark-theme/ngfbccjbgpahkoicflnagejcobebddaf
Beschrijving Late Night Coding Sessions Hurt Your Eyes
Bestandsgrootte 33.37 KB
Aantal Installaties 15
Huidige Versie 0.1.1
Laatst Bijgewerkt 2018-09-19
Publicatiedatum 2018-09-18
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar David Li
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DMOJ Dark Theme",
    "version": "0.1.1",
    "description": "Late Night Coding Sessions Hurt Your Eyes",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/dmoj.ca\/*"
            ]
        }
    ]
}