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_SECRET- 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

