Dark New Tab

Change the default browser new tab to a completely dark new tab.

什麼是Dark New Tab?

Dark New Tab是由Alan Lee開發的Chrome擴展程式,該擴展的主要功能是“Change the default browser new tab to a completely dark new tab.”。

擴展截圖

screenshot

下載Dark New Tab擴展crx文件

下載Dark New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Top Dark New Tab is a simple extension that open a dark new tab rather than the default browser new tab. 

This extension is free and safe to use, simple installation and better browser performance. Its minimalist design and doesn't have any tracking.                    

擴展基本資訊

名稱 Dark New Tab Dark New Tab
ID jjhejokikfeooblekcfnajbonfbfeaon
官方網址 https://chromewebstore.google.com/detail/dark-new-tab/jjhejokikfeooblekcfnajbonfbfeaon
簡介 Change the default browser new tab to a completely dark new tab.
檔案大小 4.06 KB
安裝次數 11
目前版本 1.0.0
更新時間 2021-07-13
上架時間 2021-07-13
開發者 Alan Lee
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension
說明頁面URL https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension
隱私政策頁面URL https://www.webblocker.co/privacy_policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark New Tab",
    "description": "Change the default browser new tab to a completely dark new tab.",
    "manifest_version": 3,
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}