Dark New Tab

Change the default browser new tab to a completely dark new tab.

O que é Dark New Tab?

Dark New Tab é uma extensão do Chrome desenvolvida por Alan Lee, e sua principal característica é "Change the default browser new tab to a completely dark new tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dark New Tab

Baixe arquivos de extensão Dark New Tab 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

                        Top Dark New Tab is a simple extension that open a dark new tab rather than the default browser new tab. 

This extension is free and safe to use, simple installation and better browser performance. Its minimalist design and doesn't have any tracking.                    

Informações Básicas da Extensão

Nome Dark New Tab Dark New Tab
ID jjhejokikfeooblekcfnajbonfbfeaon
URL Oficial https://chromewebstore.google.com/detail/dark-new-tab/jjhejokikfeooblekcfnajbonfbfeaon
Descrição Change the default browser new tab to a completely dark new tab.
Tamanho do Arquivo 4.06 KB
Contagem de Instalações 11
Versão Atual 1.0.0
Última Atualização 2021-07-13
Data de Publicação 2021-07-13
Desenvolvedor Alan Lee
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension
URL da Página de Ajuda https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension
URL da Página de Política de Privacidade https://www.webblocker.co/privacy_policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark New Tab",
    "description": "Change the default browser new tab to a completely dark new tab.",
    "manifest_version": 3,
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}