Bruce's Blank New Tab

Replace Chrome's default new tab page with a truly blank page.

什么是Bruce's Blank New Tab?

Bruce's Blank New Tab是由microbru开发的Chrome扩展程序,该扩展的主要功能是“Replace Chrome's default new tab page with a truly blank page.”。

扩展截图

screenshot

下载Bruce's Blank New Tab扩展crx文件

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

扩展使用说明

                        Bruce's Blank New Tab (BBNT) replaces Google Chrome's default new tab page with a truly blank page. No ads, no history, no browsing trackers -- just a blank new page with nothing in it so it loads super fast.

After you install and enable BBNT, you can also enable Chrome to open to a blank new tab whenever you launch Chrome. (To do this, go to your Chrome settings page > and in the "On startup" section, enable "Open New Tab page.")

You can also set Chrome's home screen to use the new tab page so your home screen will also be a clean, blank page. (To do this, go to your Chrome settings page > enable "Show Home button" > and select "New Tab page" as your home screen.)

You can confirm there is nothing lurking in your new tabs by right-clicking within any new tab page and selecting "view source." You will then see the minimal html used to provide the blank page.

If you ever want to return to Chrome's standard new tab page, simply disable BBNT in your Extensions settings page.

Enjoy!                    

扩展基本信息

名称 Bruce's Blank New Tab Bruce's Blank New Tab
ID hoeaccjjnmfdfnllgmfhibablifeckoj
官方URL https://chromewebstore.google.com/detail/bruces-blank-new-tab/hoeaccjjnmfdfnllgmfhibablifeckoj
简介 Replace Chrome's default new tab page with a truly blank page.
文件大小 15.13 KB
安装次数 205
当前版本 1.0.2
更新时间 2017-05-21
上架时间 2017-05-21
评分 5.00/5 共2次评分
开发者 microbru
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bruce's Blank New Tab",
    "short_name": "Bruce's Tab",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Replace Chrome's default new tab page with a truly blank page.",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "BBNT.html"
    },
    "icons": {
        "16": "images\/BBNT-icon-16.png",
        "32": "images\/BBNT-icon-32.png",
        "48": "images\/BBNT-icon-48.png",
        "128": "images\/BBNT-icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/BBNT-icon-32.png"
    }
}