Task Tab

Task Tab

This extension allows you to keep a running todo list and custom links to all of your favorite sites that are shown every time you…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Task Tab",
  "version": "0.1",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "new_home_page.html"
  }
}