Chrome extension for tab management across devices.
I start reading something and open a bunch of tabs on device A
, and then want to continue on another device B
.
Current workflow has too much overhead:
- open some tabs on device
A
- continue on device
B
- open
History
, which lists the tabs from signed-in devices - click on the tabs I want to open
- ...
- close tabs I'm done with (some or all)
- continue on device
A
- manually close tabs I already closed on device
B
- open tabs that were newly opened on device
B
Two-way sync between windows/tabs that are spawned from another device.
What about Chrome on Android?
- Tabs from the same domain might be opened in different windows. -> Command to group them.
- Type of tab: for some tabs the state is important and reloading loses it. E.g. multiple tabs of reddit frontpage of different days. Differentiate between tabs for which state is important, and tabs that can just be reloaded. Save & restore state when archiving (or even before in case of a forced restart).
History of a tab gives some context, but what if it was opened from another tab? Then there's no context at all. Extension should manage some tree for all tabs.
Track how long a tab has been open without being active. -> Candidates for 'archive stale tabs' command.
Chrome now has a flag for automatic tab discarding.
Tested extensions:
- TabCloud
- lists windows in popup
- click to save window
- sync via Google account
- click to open saved window on other device
- OneTab
- The Great Suspender
- Tabs Outliner
- Workona