Blank New Tab

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

Vad är Blank New Tab?

Blank New Tab är en Chrome-tillägg utvecklad av http://baylaunch.com, och dess huvudfunktion är "Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Blank New Tab-förlängningens CRX-fil

Ladda ner Blank New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Blank New Tab Blank New Tab
ID bdoedaflbnflgmbkogejhibdieoiiknh
Officiell webbadress https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh
Beskrivning Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
Filstorlek 5.64 KB
Antal Installationer 365
Aktuell Version 1.0.0.0
Senast Uppdaterad 2015-04-07
Publiceringsdatum 2015-04-07
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare http://baylaunch.com
Betalningssätt free
Stödda Språk 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"
}