Blank New Tab

Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.

什么是Blank New Tab?

Blank New Tab是由http://baylaunch.com开发的Chrome扩展程序,该扩展的主要功能是“Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.”。

扩展截图

screenshot

下载Blank New Tab扩展crx文件

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

扩展使用说明

                        Chrome's "new tab" is a cluttered mess. It's also a memory hog.

This extension reduces the Chrome "new tab" from 140MB to about 40MB per tab, saving you 100MB per tab.

You can also customize new tabs with your own text and HTML, via the extension's options page.

Unlike many of the other extensions in this category, this extension by default gives you a completely blank "new tab" page, instead of replacing Chrome's clutter with more clutter.                    

扩展基本信息

名称 Blank New Tab Blank New Tab
ID bdoedaflbnflgmbkogejhibdieoiiknh
官方URL https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh
简介 Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
文件大小 5.64 KB
安装次数 365
当前版本 1.0.0.0
更新时间 2015-04-07
上架时间 2015-04-07
评分 4.83/5 共6次评分
开发者 http://baylaunch.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "description": "Blank \"new tab\" page. Reduces Chrome memory usage by up to 100MB per tab.",
    "icons": {
        "128": "128.png"
    },
    "name": "Blank New Tab",
    "permissions": [
        "tabs"
    ],
    "version": "1.0.0.0",
    "options_page": "options.html"
}