Dark New Tab
A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.
Qu'est-ce que Dark New Tab ?
Dark New Tab est une extension Chrome développée par https://dandydanny.org, et sa fonction principale est "A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dark New Tab
Téléchargez les fichiers d'extension Dark New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Dark New Tab |
ID | mnjmegebbljjhpljjfjmkhgmokpmdbpo |
URL Officiel | https://chromewebstore.google.com/detail/dark-new-tab/mnjmegebbljjhpljjfjmkhgmokpmdbpo |
Description | A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit. |
Taille du Fichier | 99.2 KB |
Nombre d'Installations | 11,762 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2021-02-15 |
Date de Publication | 2019-09-20 |
Évaluation | 4.73/5 Total 67 Évaluations |
Développeur | https://dandydanny.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dandydanny.org |
URL de la Page d'Aide | https://github.com/dandydanny/darknewtab |
Langues Prises en Charge | 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" } |