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 |
公式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 |
Eメール | [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\/*" ] } ] } |