DMOJ Dark Theme
Late Night Coding Sessions Hurt Your Eyes
Co to jest DMOJ Dark Theme?
DMOJ Dark Theme to rozszerzenie Chrome opracowane przez David Li, a jego główną funkcją jest „Late Night Coding Sessions Hurt Your Eyes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DMOJ Dark Theme
Pobierz pliki rozszerzeń DMOJ Dark Theme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ngfbccjbgpahkoicflnagejcobebddaf | 
| Oficjalny URL | https://chromewebstore.google.com/detail/dmoj-dark-theme/ngfbccjbgpahkoicflnagejcobebddaf | 
| Opis | Late Night Coding Sessions Hurt Your Eyes | 
| Rozmiar pliku | 33.37 KB | 
| Liczba instalacji | 15 | 
| Aktualna Wersja | 0.1.1 | 
| Ostatnia Aktualizacja | 2018-09-19 | 
| Data Publikacji | 2018-09-18 | 
| Ocena | 3.00/5 Łącznie 1 Oceny | 
| Deweloper | David Li | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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\/*"
            ]
        }
    ]
}  |  |