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
官方URL 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"
    }
}