TabClub Memory Manager Firefox

Examine source code of TabClub Memory Manager

Inspect and view changes in TabClub Memory Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TabClub Memory Manager",
  "version": "1.0.0",
  "description": "Automatically groups browser tabs by website into color-coded clubs, manages memory by discarding inactive tabs, and provides a stunning dashboard to control your tab clubs.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    },
    "default_title": "TabClub Memory Manager"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tabclub-memory-manager@extension",
      "strict_min_version": "139.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TabClub Memory Manager Alternatives

Here are some Firefox add-ons that are similar to TabClub Memory Manager: