DMOJ Dark Theme

Late Night Coding Sessions Hurt Your Eyes

DMOJ Dark Themeคืออะไร?

DMOJ Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Li และคุณลักษณะหลักของมันคือ "Late Night Coding Sessions Hurt Your Eyes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DMOJ Dark Theme

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}