Skip to content

pHo9UBenaA/window-merger

Repository files navigation

Window Merger

A Chrome extension that lets you efficiently manage your browser windows by merging them into one.

Features

  • 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.

Important Information

  1. For instructions on enabling the extension in incognito mode, see: Google Support
  2. If the shortcut keys do not work, go to chrome://extensions/shortcuts and reassign the keys.

Installation

Install the extension from the Chrome Web Store.

Development

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

With Containers

Details
  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