New Tab Bookmark

New Tab Bookmark

Replace New Tab page with a list of your bookmark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "New Tab Bookmarks",
  "version": "0.4.1",
  "description": "Replace new tab page with a list of your bookmarks menu.",
  "homepage_url": "https://github.com/kyamuise/new-tab-bookmarks",
  "icons": {},
  "developer": {
    "name": "Koji Yamamoto"
  },
  "chrome_url_overrides": {
    "newtab": "src/index.html"
  },
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "options_ui": {
    "page": "src/settings/options.html",
    "browser_style": true
  }
}