Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
O que é Dark Octo Themes?
Dark Octo Themes é uma extensão do Chrome desenvolvida por Craig MacGregor, e sua principal característica é "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dark Octo Themes
Baixe arquivos de extensão Dark Octo Themes 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
If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.
Informações Básicas da Extensão
Nome | Dark Octo Themes |
ID | iahjlgmjhgemeebaflejbgfpojahcnng |
URL Oficial | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng |
Descrição | Allows you to view source code on GitHub with a dark theme instead of the default light theme. |
Tamanho do Arquivo | 365 KB |
Contagem de Instalações | 121 |
Versão Atual | 1.17 |
Última Atualização | 2020-05-11 |
Data de Publicação | 2020-05-11 |
Classificação | 3.50/5 Total de 6 Avaliações |
Desenvolvedor | Craig MacGregor |
Tipo de Pagamento | free |
Site da Extensão | http://allthingscraig.com |
URL da Página de Ajuda | https://github.com/craigerm/dark-octo-themes |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Octo Themes", "version": "1.17", "manifest_version": 2, "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.", "icons": { "128": "src\/images\/icon.png" }, "background": { "scripts": [ "src\/js\/applyTheme.js", "src\/js\/themeStorage.js" ] }, "permissions": [ "activeTab", "https:\/\/gist.github.com\/*", "https:\/\/github.com\/*" ], "options_page": "src\/options.html" } |