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.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | mnjmegebbljjhpljjfjmkhgmokpmdbpo |
| 官方URL | 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"
} | |