Jupyter Dark Mode
This Extension Provides Dark Mode for Jupyter before it is released officially
O que é Jupyter Dark Mode?
Jupyter Dark Mode é uma extensão do Chrome desenvolvida por technohues, e sua principal característica é "This Extension Provides Dark Mode for Jupyter before it is released officially".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Jupyter Dark Mode
Baixe arquivos de extensão Jupyter Dark Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Jupyter Dark Mode |
ID | ggjpakmopbikbdgmghlgnefkfbfnjfed |
URL Oficial | https://chromewebstore.google.com/detail/jupyter-dark-mode/ggjpakmopbikbdgmghlgnefkfbfnjfed |
Descrição | This Extension Provides Dark Mode for Jupyter before it is released officially |
Tamanho do Arquivo | 77.02 KB |
Contagem de Instalações | 3,177 |
Versão Atual | 0.1.0 |
Última Atualização | 2021-05-08 |
Data de Publicação | 2021-05-08 |
Classificação | 4.33/5 Total de 15 Avaliações |
Desenvolvedor | technohues |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |