Dark New Tab

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

Was ist Dark New Tab?

Dark New Tab ist eine Chrome-Erweiterung, die von https://dandydanny.org entwickelt wurde, und ihr Hauptmerkmal ist "A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.".

Erweiterungsscreenshots

screenshot
screenshot

Dark New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dark New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Dark New Tab Dark New Tab
ID mnjmegebbljjhpljjfjmkhgmokpmdbpo
Offizielle URL https://chromewebstore.google.com/detail/dark-new-tab/mnjmegebbljjhpljjfjmkhgmokpmdbpo
Beschreibung A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.
Dateigröße 99.2 KB
Installationsanzahl 11,762
Aktuelle Version 1.3
Letztes Update 2021-02-15
Veröffentlichungsdatum 2019-09-20
Bewertung 4.73/5 Insgesamt 67 Bewertungen
Entwickler https://dandydanny.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dandydanny.org
Hilfeseite URL https://github.com/dandydanny/darknewtab
Unterstützte Sprachen 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"
}