Tab Context Firefox

Examine source code of Tab Context

Inspect and view changes in Tab Context source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Context",
  "version": "1.0.0",
  "description": "Records when a tab was opened and where it came from.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Tab Context"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-context@barricachlorissinica.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Tab Context Alternatives

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