A simple and elegant browser extension that lists all open tabs in Markdown format. The tabs are grouped by window, with optional tab group names included for clarity. Perfect for those who want to organize or share their browsing sessions efficiently.
- Outputs all open tabs in Markdown format.
- Groups tabs by their respective windows with Markdown headers.
- Prepends tab group names (if applicable) to each tab's title.
- Easy-to-copy output displayed in a clean popup interface.
The output in the popup looks like this:
# Window 1
(Work) [Google](https://www.google.com)
(Work) [YouTube](https://www.youtube.com)
[Microsoft Edge](https://www.microsoft.com/edge)
# Window 2
[GitHub](https://www.github.com)
[Stack Overflow](https://stackoverflow.com)