Blank New Tab
Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
What is Blank New Tab?
Blank New Tab is a Chrome extension developed by http://baylaunch.com, and its main feature is "Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.".
Extension Screenshots
Download Blank New Tab Extension CRX File
Download Blank New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bdoedaflbnflgmbkogejhibdieoiiknh |
Official URL | https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh |
Description | Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab. |
File Size | 5.64 KB |
Installation Count | 365 |
Current Version | 1.0.0.0 |
Last Updated | 2015-04-07 |
Publish Date | 2015-04-07 |
Rating | 4.83/5 Total 6 Ratings |
Developer | http://baylaunch.com |
Payment Type | free |
Supported Languages | 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" } |