Skip to content

pHo9UBenaA/window-merger

Repository files navigation

Window Merger

A Chrome extension that merges multiple browser windows into one, preserving tab groups and pinned tabs.

Features

  • 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 + M to merge windows

Notes

  1. To enable incognito access, see: Google Support
  2. If the shortcut does not work, you can reconfigure it at chrome://extensions/shortcuts

Installation

Install the extension from the Chrome Web Store.

Development

  1. Install the dependencies
pnpm i --frozen-lockfile
  1. Build the extension
pnpm build

Using Docker Compose

  1. Build the Docker image
docker compose up -d --build
  1. Install the dependencies
docker compose exec node pnpm i --frozen-lockfile
  1. Build the extension
docker compose exec node pnpm build

License

MIT

About

Chrome extension - Merge windows into one, preserving tab groups and pinned tabs

Topics

Resources

License

Stars

Watchers

Forks

Contributors