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 Gerrit Kopp, and its main feature is "Replaces the new tab page with a blank one.".

Extension Screenshots

screenshot

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

                        Replaces the new tab page with a blank one.                    

Extension Basic Information

Name Blank New Tab Page Blank New Tab Page
ID ggbepbemaaocmiffjfeppcccoohjfnob
Official URL https://chromewebstore.google.com/detail/blank-new-tab-page/ggbepbemaaocmiffjfeppcccoohjfnob
Description Replaces the new tab page with a blank one.
File Size 64.97 KB
Installation Count 193
Current Version 0.12
Last Updated 2023-12-05
Publish Date 2019-03-26
Rating 1.00/5 Total 1 Ratings
Developer Gerrit Kopp
Email [email protected]
Payment Type free
Help Page URL https://github.com/GerritKopp/blanknewtabpage
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.12",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "author": "Gerrit Kopp",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}