New Tab about:blank

New Tab about:blank

Replaces the New Tab Page with a completely empty about:blank page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab about:blank",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "version": "0.1"
}