New Tab Page - Empty And Grey
With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.
What is New Tab Page - Empty And Grey?
New Tab Page - Empty And Grey is a Chrome extension developed by ibrasaymeh, and its main feature is "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.".
Extension Screenshots
Download New Tab Page - Empty And Grey Extension CRX File
Download New Tab Page - Empty And Grey 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
This is ideal for those who don't want to worry about which recently visited pages will show up on the new tab page, and who prefer a plain dark page over a noisy and complex one.
Extension Basic Information
Name | New Tab Page - Empty And Grey |
ID | mlhjffgheoihilfchfjplpjkfejgobgf |
Official URL | https://chromewebstore.google.com/detail/new-tab-page-empty-and-gr/mlhjffgheoihilfchfjplpjkfejgobgf |
Description | With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails. |
File Size | 3.86 KB |
Installation Count | 64 |
Current Version | 1.1 |
Last Updated | 2018-11-27 |
Publish Date | 2018-11-26 |
Developer | ibrasaymeh |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "ntp_empty_grey.html" }, "description": "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "New Tab Page - Empty And Grey", "version": "1.1" } |