Jupyter Dark Mode

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

Co je Jupyter Dark Mode?

Jupyter Dark Mode je rozšíření Chrome vyvinuté technohues, a jeho hlavní funkcí je „This Extension Provides Dark Mode for Jupyter before it is released officially“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Jupyter Dark Mode

Stáhněte si soubory rozšíření Jupyter Dark Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Jupyter Dark Mode Jupyter Dark Mode
ID ggjpakmopbikbdgmghlgnefkfbfnjfed
Oficiální URL https://chromewebstore.google.com/detail/jupyter-dark-mode/ggjpakmopbikbdgmghlgnefkfbfnjfed
Popis This Extension Provides Dark Mode for Jupyter before it is released officially
Velikost souboru 77.02 KB
Počet instalací 3,177
Aktuální Verze 0.1.0
Poslední Aktualizace 2021-05-08
Datum Vydání 2021-05-08
Hodnocení 4.33/5 Celkem 15 Hodnocení
Vývojář technohues
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}