Close Tab Button

Close Tab Button

Close the currently open tab, or if there are no tabs the open window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "author": "Michael Buckley",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/16-tab-delete.png",
      "24": "icons/24-tab-delete.png",
      "32": "icons/32-tab-delete.png",
      "48": "icons/48-tab-delete.png"
    },
    "default_title": "__MSG_closeTabLabel__"
  },
  "default_locale": "en_US",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://codefisher.org/toolbar_button/",
  "icons": {
    "16": "icons/16-tab-delete.png",
    "24": "icons/24-tab-delete.png",
    "32": "icons/32-tab-delete.png",
    "48": "icons/48-tab-delete.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.7resigned1"
}