Timer Tab

Timer Tab

Replace default new tab page in Chrome with a timer-tab.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Timer Tab",
  "description": "Replace default new tab page in Chrome with a timer-tab.com.",
  "version": "1.1",
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "permissions": [
    "bookmarks"
  ]
}