The Odin Project Dark Theme

Use dark theme on www.theodinproject.com

The Odin Project Dark Themeคืออะไร?

The Odin Project Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andyduss และคุณลักษณะหลักของมันคือ "Use dark theme on www.theodinproject.com"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย The Odin Project Dark Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Created by a TOP Student

Source code: https://github.com/mindovermiles262/top-dark-theme

PRs Welcome                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Odin Project Dark Theme The Odin Project Dark Theme
ID omiecnmmajomefpodcdjkebeonieonef
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-odin-project-dark-the/omiecnmmajomefpodcdjkebeonieonef
คำอธิบาย Use dark theme on www.theodinproject.com
ขนาดไฟล์ 56.43 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.2.9
อัปเดตครั้งล่าสุด 2022-01-03
วันที่เผยแพร่ 2019-03-12
คะแนน 4.88/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา andyduss
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.theodinproject.com
URL หน้าช่วยเหลือ https://andyduss.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Odin Project Dark Theme",
    "version": "2.2.9",
    "description": "Use dark theme on www.theodinproject.com",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.theodinproject.com\/*"
            ],
            "css": [
                "darkMode.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/odin16.png",
        "32": "images\/odin32.png",
        "48": "images\/odin48.png",
        "128": "images\/odin128.png"
    },
    "manifest_version": 2
}