DMOJ Dark Theme

Late Night Coding Sessions Hurt Your Eyes

什么是DMOJ Dark Theme?

DMOJ Dark Theme是由David Li开发的Chrome扩展程序,该扩展的主要功能是“Late Night Coding Sessions Hurt Your Eyes”。

扩展截图

screenshot

下载DMOJ Dark Theme扩展crx文件

下载DMOJ Dark Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
            ]
        }
    ]
}