Bookmarks on new tab

Bookmarks on new tab

This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmarks on new tab",
  "description": "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days",
  "version": "1.2",
  "chrome_url_overrides": {
    "newtab": "my_newtab.html"
  },
  "permissions": [
    "bookmarks",
    "history",
    "management",
    "chrome://favicon/"
  ],
  "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'"
}