DMOJ Dark Theme

Late Night Coding Sessions Hurt Your Eyes

DMOJ Dark Theme क्या है?

DMOJ Dark Theme David Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Late Night Coding Sessions Hurt Your Eyes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DMOJ Dark Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम DMOJ Dark Theme DMOJ Dark Theme
ID ngfbccjbgpahkoicflnagejcobebddaf
आधिकारिक URL https://chromewebstore.google.com/detail/dmoj-dark-theme/ngfbccjbgpahkoicflnagejcobebddaf
विवरण Late Night Coding Sessions Hurt Your Eyes
फ़ाइल का आकार 33.37 KB
स्थापना संख्या 15
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2018-09-19
प्रकाशन तिथि 2018-09-18
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर David Li
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}