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”。
擴展截圖
下載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 |
ID | ggjpakmopbikbdgmghlgnefkfbfnjfed |
官方網址 | 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\/*" ] } ] } |