Tab Stats: Expanded

Tab Stats: Expanded

Provides some data about open tabs. Forked from "Tab Stats" in order to add a feature that upstream ignored for an extended period of time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tab Stats: Expanded",
  "version": "0.1.8resigned1",
  "description": "Provide some data about open tabs.",
  "browser_action": {
    "browser_style": false,
    "default_area": "tabstrip",
    "default_icon": "tab.svg",
    "default_title": "Tab Stats",
    "theme_icons": [
      {
        "dark": "tab.svg",
        "light": "tab-white.svg",
        "size": 16
      }
    ]
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{04502119-8143-4ae5-8a9d-177f504a5b24}"
    }
  }
}