Jupyter Dark Mode

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

What is Jupyter Dark Mode?

Jupyter Dark Mode is a Chrome extension developed by technohues, and its main feature is "This Extension Provides Dark Mode for Jupyter before it is released officially".

Extension Screenshots

screenshot

Download Jupyter Dark Mode Extension CRX File

Download Jupyter Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Jupyter Dark Mode Jupyter Dark Mode
ID ggjpakmopbikbdgmghlgnefkfbfnjfed
Official URL https://chromewebstore.google.com/detail/jupyter-dark-mode/ggjpakmopbikbdgmghlgnefkfbfnjfed
Description This Extension Provides Dark Mode for Jupyter before it is released officially
File Size 77.02 KB
Installation Count 3,177
Current Version 0.1.0
Last Updated 2021-05-08
Publish Date 2021-05-08
Rating 4.33/5 Total 15 Ratings
Developer technohues
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}