Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

What is Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background. is a Chrome extension developed by Thomas Tavernier, and its main feature is "The new tab page is now empty, you can select the background color of your choice.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Empty New Tab Page - Select Your Background. Extension CRX File

Download Empty New Tab Page - Select Your Background. 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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

Extension Basic Information

Name Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
Official URL https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Description The new tab page is now empty, you can select the background color of your choice.
File Size 10.4 KB
Installation Count 122
Current Version 1.4.0
Last Updated 2021-08-15
Publish Date 2019-09-19
Rating 5.00/5 Total 7 Ratings
Developer Thomas Tavernier
Email [email protected]
Payment Type free
Extension Website https://github.com/ThomasTavernier/empty-new-tab-page
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}