Blank New Tab
Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
Wat is Blank New Tab?
Blank New Tab is een Chrome-extensie ontwikkeld door http://baylaunch.com, en de belangrijkste functie is "Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Blank New Tab
Download Blank New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bdoedaflbnflgmbkogejhibdieoiiknh |
Officiële URL | https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh |
Beschrijving | Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab. |
Bestandsgrootte | 5.64 KB |
Aantal Installaties | 365 |
Huidige Versie | 1.0.0.0 |
Laatst Bijgewerkt | 2015-04-07 |
Publicatiedatum | 2015-04-07 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://baylaunch.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } |