Blank New Tab Page - White Smoke

A blank new tab page with white smoke background, which also supports dark mode.

什么是Blank New Tab Page - White Smoke?

Blank New Tab Page - White Smoke是由https://yuhaofe.com开发的Chrome扩展程序,该扩展的主要功能是“A blank new tab page with white smoke background, which also supports dark mode.”。

扩展截图

screenshot

下载Blank New Tab Page - White Smoke扩展crx文件

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

扩展使用说明

                        This extension replaces the default new tab page with a white smoke background blank page, which also supports dark mode and incognito mode.

You may hide the toolbar icon by right click on it.                    

扩展基本信息

名称 Blank New Tab Page - White Smoke Blank New Tab Page - White Smoke
ID jmbngnnlimnakiibacglaeflpghellfh
官方URL https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh
简介 A blank new tab page with white smoke background, which also supports dark mode.
文件大小 9.44 KB
安装次数 3,742
当前版本 0.2.3
更新时间 2022-04-05
上架时间 2019-04-14
评分 5.00/5 共5次评分
开发者 https://yuhaofe.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://yuhaofe.com/blank-new-tab-page
帮助页面URL https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues
支持的语言 en,es,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "version": "0.2.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/blank16.png",
        "32": "icons\/blank32.png",
        "48": "icons\/blank48.png",
        "128": "icons\/blank128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/blank16.png",
            "32": "icons\/blank32.png"
        },
        "default_popup": "src\/options.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/blank.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "default_locale": "en"
}