Github Dark theme One Dark with ligatures
This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
O que é Github Dark theme One Dark with ligatures?
Github Dark theme One Dark with ligatures é uma extensão do Chrome desenvolvida por Vladimir Mikhaylovskiy, e sua principal característica é "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github Dark theme One Dark with ligatures
Baixe arquivos de extensão Github Dark theme One Dark with ligatures 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
This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code to support ligatures (requires https://github.com/tonsky/FiraCode installed locally).
Informações Básicas da Extensão
Nome | Github Dark theme One Dark with ligatures |
ID | nibmbfkmlnfmkfohcejnncjonfepppkk |
URL Oficial | https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk |
Descrição | This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code… |
Tamanho do Arquivo | 27.25 KB |
Contagem de Instalações | 382 |
Versão Atual | 0.11 |
Última Atualização | 2017-10-19 |
Data de Publicação | 2017-10-19 |
Classificação | 4.00/5 Total de 11 Avaliações |
Desenvolvedor | Vladimir Mikhaylovskiy |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/vovanmix/github-dark-theme |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Dark theme One Dark with ligatures", "version": "0.11", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "css": [ "app\/app.css" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |