A browser extension that shows your open tabs in a sortable table instead of a dropdown list.
- Sortable table of all open tabs
- Search by title, URL, or window
- Filter by status (active, inactive, sleeping, playing audio)
- Click a row to switch to that tab
- Mute or sleep all tabs currently shown by the filters
- Bookmark all shown tabs into a dated folder
- Shows when each tab was opened (within the current browser session)
- Open
chrome://extensions. - Enable Developer mode.
- Select Load unpacked.
- Choose this project folder.
- Click the TabSheet extension icon to open the manager in a browser tab.
- Open
about:debugging#/runtime/this-firefox. - Select Load Temporary Add-on.
- Choose
manifest.jsonfrom this project folder. - Click the TabSheet extension icon to open the manager in a browser tab.
TabSheet reads your open tabs and writes bookmarks only when you ask it to. Tab timestamps are kept
in storage.local and are cleared when the browser restarts. Nothing is sent off your machine — the
extension makes no network requests and bundles every asset it uses.
MIT. See LICENSE.