Sessionic: A cross-browser extension to save, manage, restore tabs and sessions
11–20 of 90 posts
Re: Sessionic: A cross-browser extension to save, manage, restore tabs and sessions
#12Re: Sessionic: A cross-browser extension to save, manage, restore tabs and sessions
#13where does data get synced to?
Re: Sessionic: A cross-browser extension to save, manage, restore tabs and sessions
#14I’ll never understand people who hoard tabs. Every time I’m done with something, I can close all the tabs in a few seconds. A single search can generate 15 tabs, and then after the solution is found I close them all. Anything I can’t handle now is pinned or added to Read Later, depending on the urgency. Same goes with the files on my desktop (which is also the download folder). Select all, delete. Multiple times a da…
Re: Sessionic: A cross-browser extension to save, manage, restore tabs and sessions
#15I’ll never understand people who hoard tabs. Every time I’m done with something, I can close all the tabs in a few seconds. A single search can generate 15 tabs, and then after the solution is found I close them all. Anything I can’t handle now is pinned or added to Read Later, depending on the urgency. Same goes with the files on my desktop (which is also the download folder). Select all, delete. Multiple times a da…
Re: Sessionic: A cross-browser extension to save, manage, restore tabs and sessions
#16Earlier quoted context omitted.
Looks like the extension uses idb which is a wrapper around IndexedDB. Did not check if there is any sync to the outside world though. 1: https://github.com/navorite/sessionic/blob/main/src/lib/util... 2: https://www.npmjs.com/package/idb
I think the question is regarding how it syncs across browsers (FF & chrome). I don't understand how this is possible for an extension, without some remote storage
Re: Sessionic: A cross-browser extension to save, manage, restore tabs and sessions
#17I’ll never understand people who hoard tabs. Every time I’m done with something, I can close all the tabs in a few seconds. A single search can generate 15 tabs, and then after the solution is found I close them all. Anything I can’t handle now is pinned or added to Read Later, depending on the urgency. Same goes with the files on my desktop (which is also the download folder). Select all, delete. Multiple times a da…
Re: Sessionic: A cross-browser extension to save, manage, restore tabs and sessions
#18I’ll never understand people who hoard tabs. Every time I’m done with something, I can close all the tabs in a few seconds. A single search can generate 15 tabs, and then after the solution is found I close them all. Anything I can’t handle now is pinned or added to Read Later, depending on the urgency. Same goes with the files on my desktop (which is also the download folder). Select all, delete. Multiple times a da…
I never understand people who can’t understand that different people have different usage patterns and workflows.
I still remember a time before tabbed browsing existed.
Re: Sessionic: A cross-browser extension to save, manage, restore tabs and sessions
#19Safari is doing this great with profiles and tab groups. The profiles help you have multiple workspaces where different sessions are start so you don’t have to sign out and sign in for different accounts all the time. And every profile has a tab group which is a collection of tabs. All that synced across all of your iDevices. However tab groups have a bug that hasn’t been fixed since almost 2 years now: https://apple…
Firefox has environment tabs, which are like profiles, but on a per-tab basis. Personally I'd like to have a combo of this and tab groups.