Tab Counter

Tab Counter

Changes your new tab page to a counter that displays how many tabs you have opened today.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "engineerofstuff",
  "chrome_url_overrides": {
    "newtab": "dist/override.html"
  },
  "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.",
  "homepage_url": "https://dpanzer.net",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Tab Counter",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}