Recent Tabs History Firefox

Examine source code of Recent Tabs History

By: Hanroen
Inspect and view changes in Recent Tabs History source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Recent Tabs History",
  "version": "1.0",
  "description": "Shows the 10 most recently closed tabs and allows you to clear recent history",
  "permissions": [
    "tabs",
    "sessions",
    "storage",
    "history"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4c9c6842-7afd-4e19-9d2a-e0f68fe1eea3}"
    }
  }
}

Best Recent Tabs History Alternatives

Here are some Firefox add-ons that are similar to Recent Tabs History: