Tab History Tracker Firefox

Examine source code of Tab History Tracker

By: lpelov Add-on
Inspect and view changes in Tab History Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab History Tracker",
  "version": "2.3.0",
  "description": "Per-tab browsing history that survives restarts. Search it, jump back, and reopen closed tabs with their history intact.",
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-history-tracker@lpelov",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "tabHistoryConfig.js",
      "historyStore.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+H",
        "mac": "Alt+H"
      },
      "description": "Open Tab History popup"
    }
  },
  "icons": {
    "16": "images/favicon-16x16.png",
    "48": "images/favicon-48.png",
    "128": "images/favicon-128.png"
  }
}

Best Tab History Tracker Alternatives

Here are some Firefox add-ons that are similar to Tab History Tracker: