Jupyter Dark Mode

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

什么是Jupyter Dark Mode?

Jupyter Dark Mode是由technohues开发的Chrome扩展程序,该扩展的主要功能是“This Extension Provides Dark Mode for Jupyter before it is released officially”。

扩展截图

screenshot

下载Jupyter Dark Mode扩展crx文件

下载Jupyter Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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