Jupyter Dark Mode
This Extension Provides Dark Mode for Jupyter before it is released officially
Co to jest Jupyter Dark Mode?
Jupyter Dark Mode to rozszerzenie Chrome opracowane przez technohues, a jego główną funkcją jest „This Extension Provides Dark Mode for Jupyter before it is released officially”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jupyter Dark Mode
Pobierz pliki rozszerzeń Jupyter Dark Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Jupyter Dark Mode |
ID | ggjpakmopbikbdgmghlgnefkfbfnjfed |
Oficjalny URL | https://chromewebstore.google.com/detail/jupyter-dark-mode/ggjpakmopbikbdgmghlgnefkfbfnjfed |
Opis | This Extension Provides Dark Mode for Jupyter before it is released officially |
Rozmiar pliku | 77.02 KB |
Liczba instalacji | 3,177 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2021-05-08 |
Data Publikacji | 2021-05-08 |
Ocena | 4.33/5 Łącznie 15 Oceny |
Deweloper | technohues |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |