Extension for saving all your currently open tabs
🦊 Firefox
🦁 Chrome / Brave
⭕ Opera
🌊 Edge
This addon saves and closes the open tabs of the current window to the addon's synced storage. When the lever is pushed up, the tabs are restored in the present window in the order they were saved.
This proyect is build with TypeScript and using Firefox's WebExtension Types and ported to Chromium platforms using Mozilla's WebExtension API Polyfill.
If you want generate the compiled JavaScript to check the validity of the code the extension uses in production, or with intention of contributing to this addon, simply follow these steps:
- Clone this repo
git clone https://github.com/TheDavidDelta/pull-the-lever
- Install the dependencies specified in the lockfile
yarn
npm i
- Run the TypeScript Compiler
yarn tsc
npx tsc
You can report any bug you find or suggest any feature using the GitHub Issues page, or contact me about anything related to this app on info@thedaviddelta.com.
Copyright © 2021 TheDavidDelta
This project is GNU GPLv3 licensed