TabGenius - Smart Tab Manager Firefox

Examine source code of TabGenius - Smart Tab Manager

Inspect and view changes in TabGenius - Smart Tab Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TabGenius - Smart Tab Manager",
  "version": "1.0.0",
  "description": "AI-powered tab manager that saves memory and organizes tabs automatically. Better than OneTab!",
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tabgenius@leehanjun.dev",
      "strict_min_version": "109.0"
    }
  },
  "commands": {
    "save-all-tabs": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Save all tabs"
    },
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      }
    }
  }
}

Best TabGenius - Smart Tab Manager Alternatives

Here are some Firefox add-ons that are similar to TabGenius - Smart Tab Manager: