Blank New Tab

Blank page on new tab with dark mode button.

什么是Blank New Tab?

Blank New Tab是由meh开发的Chrome扩展程序,该扩展的主要功能是“Blank page on new tab with dark mode button.”。

扩展截图

screenshot
screenshot

下载Blank New Tab扩展crx文件

下载Blank New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A Google Chrome extension which replaces the default new tab page with a blank screen 🌈 . Also have a dark mode 😎 button in case you want it to be dark.

Features
✅ Same background color as other native Chrome tabs
✅ Same title as the default new tab page ("New tab")
✅ Dark mode button

Tweet me at @asyr0f 😎

CHANGELOG

1.0.0
- First stable release.                    

扩展基本信息

名称 Blank New Tab Blank New Tab
ID mddjhfmfmjjcamojkkjeiodkdhdedhce
官方URL https://chromewebstore.google.com/detail/blank-new-tab/mddjhfmfmjjcamojkkjeiodkdhdedhce
简介 Blank page on new tab with dark mode button.
文件大小 4.64 KB
安装次数 76
当前版本 1.0.0
更新时间 2021-07-05
上架时间 2021-04-20
评分 4.00/5 共1次评分
开发者 meh
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blank New Tab",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Blank page on new tab with dark mode button.",
    "homepage_url": "https:\/\/asyrafff.com\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}