Close Other Tabs

Close Other Tabs

(Re)add a context menu to tabs menus that closes other tabs of the selected tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "strict_min_version": "53.0"
    }
  },
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/constructor-s/close-other-tabs",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.4",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "default_locale": "en"
}