Github Dracula Theme
Custom Dracula Theme for Github.
O que é Github Dracula Theme?
Github Dracula Theme é uma extensão do Chrome desenvolvida por oguhpereira, e sua principal característica é "Custom Dracula Theme for Github.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github Dracula Theme
Baixe arquivos de extensão Github Dracula Theme 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
Extension to change the default variables of the github dark theme to those of the dracula-theme
https://github.com/oguhpereira/dracula-github Informações Básicas da Extensão
| Nome | |
| ID | fbjkldlneefcgjaepkpifipmakchhmno |
| URL Oficial | https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno |
| Descrição | Custom Dracula Theme for Github. |
| Tamanho do Arquivo | 141 KB |
| Contagem de Instalações | 640 |
| Versão Atual | 1.1.1 |
| Última Atualização | 2022-09-07 |
| Data de Publicação | 2022-09-07 |
| Classificação | 1.00/5 Total de 1 Avaliações |
| Desenvolvedor | oguhpereira |
| [email protected] | |
| Tipo de Pagamento | free |
| Site da Extensão | https://github.com/oguhpereira/dracula-github |
| URL da Página de Ajuda | https://github.com/oguhpereira/dracula-github |
| Idiomas Suportados | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Dracula Theme",
"version": "1.1.1",
"description": "Custom Dracula Theme for Github.",
"content_scripts": [
{
"css": [
"dracula.css"
],
"matches": [
"https:\/\/github.com\/",
"https:\/\/github.com\/*",
"http:\/\/github.com\/*\/*",
"http:\/\/github.com\/*\/*\/*"
],
"run_at": "document_start"
}
],
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 3
} | |