Installation¶
Prerequisites¶
- Node.js 18+ and npm
- Chrome or Chromium-based browser
- Claude Code (optional, for MCP integration)
Clone and Install¶
This installs all three packages (bridge, extension, MCP) via npm workspaces.
Build the Extension¶
This runs webpack and outputs the built extension to packages/extension/dist/.
Load in Chrome¶
- Open
chrome://extensions/ - Enable Developer mode (toggle in top right)
- Click Load unpacked
- Select the
packages/extension/dist/directory
The extension icon should appear in your toolbar. Click it to open the popup.
Reloading after changes
After rebuilding, go to chrome://extensions/ and click the refresh icon on the Tab Lifecycle Manager card. No need to remove and re-add.
Start the Bridge Server (Optional)¶
The bridge server is only needed if you want MCP tool access from Claude Code. The extension works fully standalone without it.
The server starts on http://localhost:19876. It stores data in ~/.tab-manager/.