Close Tab History Button

Close Tab History Button

Open a list of the recently closed tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "author": "Michael Buckley",
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/16-bin-undo.png",
      "24": "icons/24-bin-undo.png",
      "32": "icons/32-bin-undo.png",
      "48": "icons/48-bin-undo.png"
    },
    "default_popup": "popup/panel.html",
    "default_title": "__MSG_tbTabCloseHistoryLabel__"
  },
  "default_locale": "en_US",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://codefisher.org/toolbar_button/",
  "icons": {
    "16": "icons/16-bin-undo.png",
    "24": "icons/24-bin-undo.png",
    "32": "icons/32-bin-undo.png",
    "48": "icons/48-bin-undo.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "options_ui": {
    "browser_style": true,
    "page": "option/option.html"
  },
  "permissions": [
    "storage",
    "sessions",
    "tabs"
  ],
  "version": "1.7resigned1"
}