Tab & Duplicate Tabs Counter Firefox

Examine source code of Tab & Duplicate Tabs Counter

Inspect and view changes in Tab & Duplicate Tabs Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Duplicate Closer and Counter",
  "version": "1.0",
  "description": "Shows tab count and manages duplicate tabs. Shortcut Alt+Shift+W",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "32": "icon.png"
    },
    "default_popup": "popup.html"
  },
  "commands": {
    "close-duplicate-tabs": {
      "suggested_key": {
        "default": "Shift+Alt+W"
      },
      "description": "Close all duplicate tabs except the first"
    }
  },
  "license": "MIT",
  "browser_specific_settings": {
    "gecko": {
      "id": "{14dca8d8-5dcf-4e86-8cba-83586fffaee2}"
    }
  }
}

Best Tab & Duplicate Tabs Counter Alternatives

Here are some Firefox add-ons that are similar to Tab & Duplicate Tabs Counter: