Blank New Tab Page

Override the default new tab page with blank page.

What is Blank New Tab Page?

Blank New Tab Page is a Chrome extension developed by Jarek Foksa, and its main feature is "Override the default new tab page with blank page.".

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

                        This extension prevents "Google search" page from showing up when you open a new tab.

You can also disable the "Sign in to Chrome" page that is shown when you open a new Chrome window, just go to "chrome://settings" page, choose "Open a specific page or set of pages" and enter "chrome://newtab".                    

Extension Basic Information

Name Blank New Tab Page Blank New Tab Page
ID jaadjnlkjnhohljficgoddcjmndjfdmi
Official URL https://chromewebstore.google.com/detail/blank-new-tab-page/jaadjnlkjnhohljficgoddcjmndjfdmi
Description Override the default new tab page with blank page.
File Size 4.4 KB
Installation Count 50,000
Current Version 1.2
Last Updated 2023-12-12
Publish Date 2016-03-23
Rating 4.50/5 Total 46 Ratings
Developer Jarek Foksa
Email [email protected]
Payment Type free
Privacy Policy Page URL https://boxy-svg.com/legal
Supported Languages en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "description": "Override the default new tab page with blank page.",
    "icons": {
        "128": "icon-128.png",
        "38": "icon-38.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Blank New Tab Page",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}