Skip to content

A Chrome extension that allows you to save the currently open tabs in your window, and reopen them at any time.

License

Notifications You must be signed in to change notification settings

THammami01/tabs-saver-ce

Repository files navigation

Icon

Chrome Tabs Saver

About

An extension for Chrome designed to save the currently open tabs in your window, preventing potential loss or the necessity to dig through your browsing history. It allows you to reopen the active window as it is in its current state and at any time.

UI

UI

View on Figma

Installation

Chrome Web Store

View on Chrome Web Store

Manual

  1. Download tabs-saver-ce.zip from the latest release.
  2. Unzip it.
  3. Go to the extensions tab in Chrome at chrome://extensions/.
  4. Click on Load unpacked and select the unzipped folder.

Permissions

  • storage permission is used to save/get the names and URLs of a window's tabs in/from the local storage.
  • tabs permission is used to retrieve the active window's tabs data, specifically the name and URL of each tab.