Close Tabs to the right button

Close Tabs to the right button

Adds a button that closes the right tabs of the selected tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "strict_min_version": "54.0"
    }
  },
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/yfdyh000/close-tabs-to-the-right-button",
  "version": "0.4.0",
  "browser_action": {
    "browser_style": true,
    "default_title": "__MSG_browserAction__",
    "default_area": "tabstrip",
    "default_icon": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "default_locale": "en"
}