Distraction-Free New Tab with Dark Mode
Replace the default New Tab window with a blank screen to remove distractions.
什麼是Distraction-Free New Tab with Dark Mode?
Distraction-Free New Tab with Dark Mode是由https://DesignerWhoCodes.de • Andre Fuchs開發的Chrome擴展程式,該擴展的主要功能是“Replace the default New Tab window with a blank screen to remove distractions.”。
擴展截圖
下載Distraction-Free New Tab with Dark Mode擴展crx文件
下載Distraction-Free New Tab with Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension replaces the default New Tab window with a blank screen to remove distractions.
* Free, no tracking, no ads
* Dark Mode support
* Fast
* No permissions required
* Minimalist icon design
Install now: Distraction-Free New Tab with Dark Mode 擴展基本資訊
| 名稱 | |
| ID | kneglhaaolciikkhapjoppebfcddphoc |
| 官方網址 | https://chromewebstore.google.com/detail/distraction-free-new-tab/kneglhaaolciikkhapjoppebfcddphoc |
| 簡介 | Replace the default New Tab window with a blank screen to remove distractions. |
| 檔案大小 | 8.04 KB |
| 安裝次數 | 27 |
| 目前版本 | 0.3 |
| 更新時間 | 2020-04-23 |
| 上架時間 | 2020-04-23 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://DesignerWhoCodes.de • Andre Fuchs |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Distraction-Free New Tab with Dark Mode",
"description": "Replace the default New Tab window with a blank screen to remove distractions.",
"version": "0.3",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"128": "icon128.png"
}
} | |