BookTab - New Tab Bookmarks

New tab page that displays your bookmarks and a filter bar.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "BookTab - New Tab Bookmarks",
  "version": "1.0.2",
  "description": "A new tab page that displays your bookmarks and a filter bar.",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  },
  "icons": {
    "96": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{154801e0-3941-4d5d-ba85-c592d087aa13}"
    }
  }
}