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 |
| Eメール | [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"
} | |