Tab Chronology Map Firefox

Examine source code of Tab Chronology Map

Inspect and view changes in Tab Chronology Map source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Chronology Map",
  "description": "Visualize a timeline of when tabs were opened during your session",
  "version": "1.0",
  "icons": {
    "64": "64.png",
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "64.png",
    "default_title": "Tab Chronology Map",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{717576c1-2bc7-4022-937f-30ff0d15911b}",
      "strict_min_version": "101.0"
    }
  }
}

Best Tab Chronology Map Alternatives

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