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 là gì?

Dark New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://dandydanny.org, và tính năng chính của nó là "A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dark New Tab

Tải xuống các tệp mở rộng Dark New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dark New Tab Dark New Tab
ID mnjmegebbljjhpljjfjmkhgmokpmdbpo
URL Chính Thức https://chromewebstore.google.com/detail/dark-new-tab/mnjmegebbljjhpljjfjmkhgmokpmdbpo
Mô tả A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit.
Kích Thước Tệp 99.2 KB
Số Lần Cài Đặt 11,762
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-02-15
Ngày Phát Hành 2019-09-20
Đánh Giá 4.73/5 Tổng số 67 Đánh Giá
Nhà Phát Triển https://dandydanny.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dandydanny.org
URL Trang Trợ Giúp https://github.com/dandydanny/darknewtab
Ngôn Ngữ Được Hỗ Trợ 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"
}