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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}