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
擴展基本資訊
名稱 | DMOJ Dark Theme |
ID | ngfbccjbgpahkoicflnagejcobebddaf |
官方網址 | 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\/*" ] } ] } |