Empty New Tab Page

Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Empty New Tab Page",
  "version": "1.2.0",
  "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
  "icons": {
    "128": "icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "empty_ntp.html"
  }
}