A web extension to save, manage and restore sessions, windows and tabs.
Popup View
Light | Dark |
---|---|
Full View
Light | Dark |
---|---|
- Save and manage sessions
- Import and export sessions
- Save sessions automatically based on an interval
- Filter URL list to track using match patterns
- Modern UI with Light and Dark mode support
- Ability to add tags to sessions
- Focused on performance and lower RAM usage
- Cross-browser support (Firefox, Chrome, Edge, and Opera)
- Compatible with Session Buddy, OneTab and Tab Session Manager
You can check the project's Roadmap for a brief look into upcoming features.
You can contribute to the localization of the extension at Weblate!
You can read the extension's Common Questions and Answers here.
- Clone the repository
git clone https://github.com/navorite/sessionic.git
- Run
pnpm install
- Run
pnpm run build
for Chromiumpnpm run build:ff
for Firefox
- Build the extension locally using
pnpm run build
for Chromium orpnpm run build:ff
for Firefox - Run
pnpm run open
for Chromium orpnpm run open:ff
for Firefox