Blank New Tab

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

Was ist Blank New Tab?

Blank New Tab ist eine Chrome-Erweiterung, die von http://baylaunch.com entwickelt wurde, und ihr Hauptmerkmal ist "Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.".

Erweiterungsscreenshots

screenshot

Blank New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blank New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Blank New Tab Blank New Tab
ID bdoedaflbnflgmbkogejhibdieoiiknh
Offizielle URL https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh
Beschreibung Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
Dateigröße 5.64 KB
Installationsanzahl 365
Aktuelle Version 1.0.0.0
Letztes Update 2015-04-07
Veröffentlichungsdatum 2015-04-07
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler http://baylaunch.com
Zahlungsart free
Unterstützte Sprachen 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"
}