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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dandydanny.org และคุณลักษณะหลักของมันคือ "A minimalistic grey new tab page for Google Chrome. No external network requests. No analytics. No tracking. No bullshit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark New Tab
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |