New Tab Link Collection

New Tab Link Collection

New tab page where you can add your favorite and most frequently used links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab Link Collection",
  "version": "1.7",
  "description": "New tab page where you can add your favorite and most frequently used links.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2
}