Dark New Tab

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

什麼是Dark New Tab?

Dark New Tab是由https://dandydanny.org開發的Chrome擴展程式,該擴展的主要功能是“A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.”。

擴展截圖

screenshot
screenshot

下載Dark New Tab擴展crx文件

下載Dark New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Dark New Tab Dark New Tab
ID mnjmegebbljjhpljjfjmkhgmokpmdbpo
官方網址 https://chromewebstore.google.com/detail/dark-new-tab/mnjmegebbljjhpljjfjmkhgmokpmdbpo
簡介 A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.
檔案大小 99.2 KB
安裝次數 11,762
目前版本 1.3
更新時間 2021-02-15
上架時間 2019-09-20
評分 4.73/5 共 67 次評分
開發者 https://dandydanny.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://dandydanny.org
說明頁面URL https://github.com/dandydanny/darknewtab
支援的語言 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"
}