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.
- Download
tabs-saver-ce.zip
from the latest release. - Unzip it.
- Go to the extensions tab in Chrome at
chrome://extensions/
. - Click on
Load unpacked
and select the unzipped folder.
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.