Blank New Tab

Displays a blank page when opening a new tab in Chrome.

What is Blank New Tab?

Blank New Tab is a Chrome extension developed by Radicle LLC, and its main feature is "Displays a blank page when opening a new tab in Chrome.".

Extension Screenshots

screenshot

Download Blank New Tab Extension CRX File

Download Blank New Tab 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

                        Displays a blank page when opening a new tab in Chrome.                    

Extension Basic Information

Name Blank New Tab Blank New Tab
ID oialfdoohenkdfhichmiecjlfiomkjkc
Official URL https://chromewebstore.google.com/detail/blank-new-tab/oialfdoohenkdfhichmiecjlfiomkjkc
Description Displays a blank page when opening a new tab in Chrome.
File Size 4.06 KB
Installation Count 43
Current Version 1.0
Last Updated 2014-02-15
Publish Date 2014-02-15
Rating 5.00/5 Total 2 Ratings
Developer Radicle LLC
Payment Type free
Extension Website https://bitbucket.org/radicle/blank-new-tab-chrome-extension/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blank New Tab",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html"
}