Dark New Tab

A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.

O que é Dark New Tab?

Dark New Tab é uma extensão do Chrome desenvolvida por https://dandydanny.org, e sua principal característica é "A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.".

Capturas de Tela da Extensão

screenshot
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

                        What?

A minimalistic new tab page replacement for Chrome. This empty new tab page fades from black to dark grey; easy on your eyes.

Why?

1. Default Chrome new tab page makes network requests and show thumbnail images of previously visited sites
2. Dark New Tab requires minimal system resources; everything is contained in a single HTML file; not a line of JavaScript is loaded and is lightning fast
3. Dark New Tab doesn't blind you with a white page; the background fades from black to a gentle grey
4. I wanted to minimize distractions
5. I want to use Dark New Tab across all my devices 🙂

Pairing Suggestion:

Dark New Tab goes well with most dark themes, including "Just Black" dark theme from The Chrome team (Google).
https://chrome.google.com/webstore/detail/just-black/aghfnjkcakhmadgdomlmlhhaocbkloab

Source Code:

https://github.com/dandydanny/darknewtab                    

Informações Básicas da Extensão

Nome Dark New Tab Dark New Tab
ID mnjmegebbljjhpljjfjmkhgmokpmdbpo
URL Oficial https://chromewebstore.google.com/detail/dark-new-tab/mnjmegebbljjhpljjfjmkhgmokpmdbpo
Descrição A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.
Tamanho do Arquivo 99.2 KB
Contagem de Instalações 11,762
Versão Atual 1.3
Última Atualização 2021-02-15
Data de Publicação 2019-09-20
Classificação 4.73/5 Total de 67 Avaliações
Desenvolvedor https://dandydanny.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dandydanny.org
URL da Página de Ajuda https://github.com/dandydanny/darknewtab
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark New Tab",
    "icons": {
        "16": "darknewtab16.png",
        "48": "darknewtab48.png",
        "128": "darknewtab128.png"
    },
    "description": "A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.",
    "version": "1.3",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "darknewtab.html"
    },
    "manifest_version": 2,
    "author": "Daniel W. Lu",
    "homepage_url": "https:\/\/github.com\/dandydanny\/darknewtab"
}