Close Same Tabs Firefox

Examine source code of Close Same Tabs

제작자: Berlay
Inspect and view changes in Close Same Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Close Same Tabs",
  "version": "1.0.0",
  "description": "Finds duplicate tabs and closes extras (keeps one tab per URL).",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_title": "Close Duplicate Tabs",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5270efd6-072a-4657-9385-6827e5714c6d}",
      "strict_min_version": "125.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Close Same Tabs 대안

다음은 Close Same Tabs과(와) 유사한 Firefox add-on입니다: