Empty New Tab Page

Replaces the default new tab page with a blank page.

什么是Empty New Tab Page?

Empty New Tab Page是由https://www.facebook.com/browservery开发的Chrome扩展程序,该扩展的主要功能是“Replaces the default new tab page with a blank page.”。

扩展截图

screenshot
screenshot
screenshot

下载Empty New Tab Page扩展crx文件

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

扩展使用说明

                        ★ Blank new tab page.

★ Follows the default browser color theme.

★ Dark mode support.

★ Default Chrome new tab icon.

★ Localized new tab title.
----------------------------------------------------------------
Download the Clear New Tab extension if you
want an empty new tab page but keep the theme's image.

https://bit.ly/clear-new-tab
----------------------------------------------------------------
GitHub: https://bit.ly/empty-new-tab-page-github

🖼️ Follow my Facebook page (more themes): https://bit.ly/browservery                    

扩展基本信息

名称 Empty New Tab Page Empty New Tab Page
ID odjfoclbnmllekbhpbgopiiaelcpeimb
官方URL https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb
简介 Replaces the default new tab page with a blank page.
文件大小 34.86 KB
安装次数 545
当前版本 0.0.2
更新时间 2022-10-08
上架时间 2022-05-12
评分 4.60/5 共5次评分
开发者 https://www.facebook.com/browservery
电子邮箱 [email protected]
付费类型 free
扩展官网 http://bit.ly/browservery
帮助页面URL http://bit.ly/browservery-support
隐私政策页面URL https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
支持的语言 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "new_tab.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}