Jupyter Dark Mode

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

Jupyter Dark Mode क्या है?

Jupyter Dark Mode technohues द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extension Provides Dark Mode for Jupyter before it is released officially"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jupyter Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}