Show all open tabs in a popup. Select or export multiple tabs.
At the moment all tabs of all windows are shown.
Get it fom Firefox Add-ons
- Close selected tabs (with confirmation dialog)
- Export selected tab URLs in new tab as Markdown, Org-mode, or plain URLs
- Dark and light mode support
- Components styled after Firefox Style Guide
- tabs: Read and close tabs
- storage: Cache list for exported tabs
- activeTab: Open new active tab to display all exported links
Install the web-ext command line tool
$ npm install --global web-ext
$ web-ext runTo create a build and sign
$ web-ext build
$ web-ext sign --channel=listed --amo-metadata=./amo.json --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRETPushing a tag triggers the GitHub Actions workflow that lints, builds, submits to AMO, and creates a GitHub Release with the .zip attached.
# bump version in manifest.json and package.json, then commit
git tag v0.3.0
git push --tagsThe workflow validates that the tag version matches manifest.json before proceeding. API_KEY and API_SECRET repository secrets are required for AMO submission.
- Enable debugging in Firefox under
about:debugging - Go to
This Firefox - Check for
Tablistand clickInspect - In the Inspect window go to the 3 dot menu and check
Disable Popup Auto-Hide
Icons from Firefox Photon Icons

