Chrome New Tab Notebook

Chrome New Tab Notebook

Overrides Chrome's new tab page with a small notebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chrome New Tab Notebook",
  "version": "1.0.0",
  "description": "Overrides Chrome's new tab page with a small notebook.",
  "homepage_url": "https://github.com/maxbeier/chrome-blank-tab",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}