A really simple tab manager.
This project was created with Goose, using OpenAI's GPT-5 as a backend. You can see the inputs that were given in the included file resume.jsonl.
You can install this in the firefox add-on store here.
It's really just a text box that you can paste your tabs into, and it will configure your browser window to match. If you reorder tabs that are already open, they will be reordered (not reloaded). If you paste new links into it, they will be opened in the order that you paste them. I highly recommend using a vertical tab bar with this extension, as it will be far more intuitive.
I promise to put a video or some pictures here very soon :)
- Open Firefox and navigate to: about:debugging#/runtime/this-firefox
- Click “Load Temporary Add-on…”
- Select the manifest.json inside your resume/ folder.
- You should see a new toolbar icon named “Resume”. Click it to open the popup.
Note: Temporary add-ons are unloaded on browser restart. To persist, package and sign via AMO if you plan to distribute.