Blank New Tab

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

Apa itu Blank New Tab?

Blank New Tab adalah ekstensi Chrome yang dikembangkan oleh http://baylaunch.com, dan fitur utamanya adalah "Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Blank New Tab

Unduh file ekstensi Blank New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Blank New Tab Blank New Tab
ID bdoedaflbnflgmbkogejhibdieoiiknh
URL Resmi https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh
Deskripsi Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
Ukuran File 5.64 KB
Jumlah Instalasi 365
Versi Saat Ini 1.0.0.0
Terakhir Diperbarui 2015-04-07
Tanggal Publikasi 2015-04-07
Penilaian 4.83/5 Total 6 Penilaian
Pengembang http://baylaunch.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
}