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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |