Blank New Tab

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

Co to jest Blank New Tab?

Blank New Tab to rozszerzenie Chrome opracowane przez http://baylaunch.com, a jego główną funkcją jest „Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Blank New Tab

Pobierz pliki rozszerzeń Blank New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Blank New Tab Blank New Tab
ID bdoedaflbnflgmbkogejhibdieoiiknh
Oficjalny URL https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh
Opis Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
Rozmiar pliku 5.64 KB
Liczba instalacji 365
Aktualna Wersja 1.0.0.0
Ostatnia Aktualizacja 2015-04-07
Data Publikacji 2015-04-07
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper http://baylaunch.com
Typ Płatności free
Obsługiwane Języki 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"
}