Blank New Tab Page
Replaces the New Tab page with a blank one.
What is Blank New Tab Page?
Blank New Tab Page is a Chrome extension developed by Nick Vogt, and its main feature is "Replaces the New Tab page with a blank one.".
Extension Screenshots
Download Blank New Tab Page Extension CRX File
Download Blank New Tab Page 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
For those that want a completely blank New Tab page without any content. BOOKMARKS BAR Normally, Chrome displays the Bookmarks Bar on the New Tab page if you have "Show Bookmarks Bar" set to off in Chrome Bookmarks Settings. This extension will not display a Bookmarks Bar and is completely empty. If you want a blank New Tab page that still retains the Bookmarks Bar, please install this extension instead: https://chrome.google.com/webstore/detail/iebfiakfbpekhnkildaeeffdoolcbigi PROBLEMS & FEEDBACK If you experience any problems or errors with this extension, please use the 'Support' tab to submit a report and I'll work to get it fixed as quickly as I can. CHANGELOG 1.0.5 - Added author to extension manifest. 1.0.4 - Updated icon. 1.0.3 - Added new icons. 1.0.2 - Verbiage changes. 1.0.1 - Verbiage changes. 1.0.0 - First stable release.
Extension Basic Information
Name | |
ID | jonikckfpolfcdcgdficelkfffkloemh |
Official URL | https://chrome.google.com/webstore/detail/blank-new-tab-page/jonikckfpolfcdcgdficelkfffkloemh |
Description | Replaces the New Tab page with a blank one. |
File Size | 5.41 KB |
Installation Count | 29,404 |
Current Version | 1.0.5 |
Last Updated | 2014-11-26 |
Publish Date | 2014-11-26 |
Rating | 4.65/5 Total 150 Ratings |
Developer | Nick Vogt |
Payment Type | free |
Extension Website | http://www.h3xed.com/web-and-internet/how-to-get-a-blank-new-tab-page-in-chrome |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blank New Tab Page", "short_name": "Blank New Tab", "version": "1.0.5", "minimum_chrome_version": "29", "description": "Replaces the New Tab page with a blank one.", "author": "Nick Vogt", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "n.html" }, "offline_enabled": true } |