DEV Community

Danilo
Danilo

Posted on

Export Chrome tabs as plain text or JSON (tiny tool I made)

I had too many Chrome tabs open (100+), and I wanted to ask ChatGPT to help me prioritize.
But I couldn’t easily copy them all.

So I made a tiny Chrome extension that dumps all open tabs — titles and URLs — in plain text or JSON.
Click → copy → done.

It’s super minimal. Just helped me get the list out fast.

Open source here: https://github.com/danilo-znamerovszkij/TabsDump

Top comments (0)