A Chrome extension that merges multiple browser windows into one, preserving tab groups and pinned tabs.
- Merge all normal windows within the same profile
- Merge all incognito windows (requires incognito access)
- Preserve pinned tabs, tab groups, and tab mute states when merging
- Click the extension icon or press
Alt + Shift + Mto merge windows
- To enable incognito access, see: Google Support
- If the shortcut does not work, you can reconfigure it at
chrome://extensions/shortcuts
Install the extension from the Chrome Web Store.
- Install the dependencies
pnpm i --frozen-lockfile- Build the extension
pnpm build- Build the Docker image
docker compose up -d --build- Install the dependencies
docker compose exec node pnpm i --frozen-lockfile- Build the extension
docker compose exec node pnpm build