navorite / sessionic

A web extension to save, manage and restore sessions, windows and tabs.
GNU Affero General Public License v3.0
477 stars 17 forks source link
browser-extension chrome chrome-extension chromium firefox firefox-addon firefox-extension sessionic web-extension webextension
![Sessionic icon](./public/favicons/96.png) # Sessionic A web extension to save, manage and restore sessions, windows and tabs. Get the Extension on Firefox Get the Extesion on Chrome Get the Extension on Edge **Popup View** | Light | Dark | | :------------------------------------------------------: | :-------------------------------------------------------------: | | ![Screenshot of the extension popup in Light mode](.github/popup-light.png) | ![Screenshot of the extension popup in Dark mode](.github/popup.png) | **Full View** | Light | Dark | | :------------------------------------------------------: | :-------------------------------------------------------------: | | ![Screenshot of the extension Full View in Light mode](.github/fullview-light.png) | ![Screenshot of the extension Full View in Dark mode](.github/fullview.png) |

Features

Roadmap

You can check the project's Roadmap for a brief look into upcoming features.

Localization

You can contribute to the localization of the extension at Weblate!

Translation status

Translation status

Common Questions and Answers

You can read the extension's Common Questions and Answers here.

Build locally

  1. Clone the repository git clone https://github.com/navorite/sessionic.git
  2. Run pnpm install
  3. Run pnpm run build for Chromium pnpm run build:ff for Firefox

Running in browser

  1. Build the extension locally using pnpm run build for Chromium or pnpm run build:ff for Firefox
  2. Run pnpm run open for Chromium or pnpm run open:ff for Firefox