Blank New Tab Page

A minimalist, fast-loading, blank new tab page. Open source for transparency.

What is Blank New Tab Page?

Blank New Tab Page is a Chrome extension developed by freeplay, and its main feature is "A minimalist, fast-loading, blank new tab page. Open source for transparency.".

Extension Screenshots

screenshot
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

                        A minimalist, fast-loading, blank new tab page.

No clutter. No recently viewed sites. The equivalent of about:blank. A clean slate. Just the way a new tab should be. 

Source: https://github.com/robcortez/blank-new-tab-page                    

Extension Basic Information

Name Blank New Tab Page Blank New Tab Page
ID dldbmgihobakemkocnbbbkknkekchbip
Official URL https://chromewebstore.google.com/detail/blank-new-tab-page/dldbmgihobakemkocnbbbkknkekchbip
Description A minimalist, fast-loading, blank new tab page. Open source for transparency.
File Size 8.13 KB
Installation Count 79
Current Version 1.0
Last Updated 2015-05-09
Publish Date 2015-05-09
Rating 3.00/5 Total 2 Ratings
Developer freeplay
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blank New Tab Page",
    "description": "A minimalist, fast-loading, blank new tab page. Open source for transparency.",
    "homepage_url": "http:\/\/robcortez.com",
    "version": "1.0",
    "icons": {
        "16": "icons\/16-icon.png",
        "48": "icons\/48-icon.png",
        "128": "icons\/128-icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/blank.html"
    }
}