A Chrome extension that lets you efficiently manage your browser windows by merging them into one.
- Merge all windows of the same profile.
- Merge all incognito windows (if permission is granted for incognito mode).
- Preserve pinned tabs, tab groups, and tab mute states when merging.
- Activate easily by clicking the extension icon or pressing
Alt + Shift + M.
- For instructions on enabling the extension in incognito mode, see: Google Support
- If the shortcut keys do not work, go to
chrome://extensions/shortcutsand reassign the keys.
Install the extension from the Chrome Web Store.
- Install the dependencies
pnpm i --frozen-lockfile- Build the extension
pnpm buildDetails
- 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 buildMIT.