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"
}