Recent Tabs List Firefox

Examine source code of Recent Tabs List

By: jojojo
Inspect and view changes in Recent Tabs List source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Recent Tabs List",
  "version": "1.2.0",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.svg"
  },
  "icons": {
    "48": "icon.svg"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@recent-tabs",
      "strict_min_version": "126.0"
    }
  }
}

Best Recent Tabs List Alternatives

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