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」です。
拡張機能のスクリーンショット
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                     拡張機能の基本情報
| 名前 |   |  
| 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\/*"
            ]
        }
    ]
}  |  |