Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
What is Empty New Tab Page?
Empty New Tab Page is a Chrome extension developed by [email protected], and its main feature is "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".
Extension Screenshots
Download Empty New Tab Page Extension CRX File
Download Empty 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 who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex. Version 1.2.0 adds dark mode support.
Extension Basic Information
Name | Empty New Tab Page |
ID | dpjamkmjmigaoobjbekmfgabipmfilij |
Official URL | https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij |
Description | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
File Size | 10.61 KB |
Installation Count | 198,868 |
Current Version | 1.2.0 |
Last Updated | 2021-09-14 |
Publish Date | 2019-05-13 |
Rating | 4.40/5 Total 1183 Ratings |
Developer | [email protected] |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Empty New Tab Page", "version": "1.2.0", "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "empty_ntp.html" } } |