Codeforces Zen mode

Codeforces Zen mode & dark mode

Codeforces Zen modeคืออะไร?

Codeforces Zen mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Serpong และคุณลักษณะหลักของมันคือ "Codeforces Zen mode & dark mode"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codeforces Zen mode

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

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

                        Codeforces Zen mode & dark mode                    

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

ชื่อ Codeforces Zen mode Codeforces Zen mode
ID inlifdilcgcimhhphgboodnejdeefhid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codeforces-zen-mode/inlifdilcgcimhhphgboodnejdeefhid
คำอธิบาย Codeforces Zen mode & dark mode
ขนาดไฟล์ 10.1 KB
จำนวนการติดตั้ง 217
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2022-01-19
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Serpong
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codeforces Zen mode",
    "description": "",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "128": "\/images\/128.png",
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "64": "\/images\/64.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*.codeforces.com\/*",
                "https:\/\/*.codeforces.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}