Jupyter Dark Mode

This Extension Provides Dark Mode for Jupyter before it is released officially

Jupyter Dark Modeคืออะไร?

Jupyter Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย technohues และคุณลักษณะหลักของมันคือ "This Extension Provides Dark Mode for Jupyter before it is released officially"

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

screenshot

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

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

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

                        Tired of straining your eyes due to whites when everywhere you have dark mode on? Well, wait no further. Presenting Dark Mode for Jupyter Notebook. Especially helpful for programmers who spend hours staring at the notebook. Jupyter has never been this relaxing!                    

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

ชื่อ Jupyter Dark Mode Jupyter Dark Mode
ID ggjpakmopbikbdgmghlgnefkfbfnjfed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jupyter-dark-mode/ggjpakmopbikbdgmghlgnefkfbfnjfed
คำอธิบาย This Extension Provides Dark Mode for Jupyter before it is released officially
ขนาดไฟล์ 77.02 KB
จำนวนการติดตั้ง 3,177
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-05-08
วันที่เผยแพร่ 2021-05-08
คะแนน 4.33/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา technohues
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jupyter Dark Mode",
    "version": "0.1.0",
    "description": "This Extension Provides Dark Mode for Jupyter before it is released officially",
    "page_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "http:\/\/localhost:8888\/*"
            ]
        }
    ]
}