Jupyter Dark Mode

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

Cos'è Jupyter Dark Mode?

Jupyter Dark Mode è un'estensione di Chrome sviluppata da technohues, e la sua funzione principale è "This Extension Provides Dark Mode for Jupyter before it is released officially".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Jupyter Dark Mode

Scarica i file di estensione Jupyter Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Jupyter Dark Mode Jupyter Dark Mode
ID ggjpakmopbikbdgmghlgnefkfbfnjfed
URL Ufficiale https://chromewebstore.google.com/detail/jupyter-dark-mode/ggjpakmopbikbdgmghlgnefkfbfnjfed
Descrizione This Extension Provides Dark Mode for Jupyter before it is released officially
Dimensione del File 77.02 KB
Conteggio Installazioni 3,177
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-05-08
Data di Pubblicazione 2021-05-08
Valutazione 4.33/5 Totale 15 Valutazioni
Sviluppatore technohues
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}