Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thammami01/tabs-saver-ce
A Chrome extension that allows you to save the currently open tabs in your window, and reopen them at any time.
https://github.com/thammami01/tabs-saver-ce
chrome-extension collaborate communityexchange github react student-vscode typescript vite
Last synced: 1 day ago
JSON representation
A Chrome extension that allows you to save the currently open tabs in your window, and reopen them at any time.
- Host: GitHub
- URL: https://github.com/thammami01/tabs-saver-ce
- Owner: THammami01
- License: mit
- Created: 2022-11-15T14:31:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T04:22:07.000Z (9 months ago)
- Last Synced: 2024-04-17T04:58:34.511Z (7 months ago)
- Topics: chrome-extension, collaborate, communityexchange, github, react, student-vscode, typescript, vite
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/imcblbcheefgipfifboinjofemckfdmk
- Size: 332 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](./background.png)
[View on Figma](https://www.figma.com/file/CDFdmXkZOThdpadICe1sOU/Chrome-Tabs-Saver?node-id=0%3A1&t=dKX5HDv1oqKUfk7Z-1)
## Installation
### Chrome Web Store
[View on Chrome Web Store](https://chromewebstore.google.com/detail/imcblbcheefgipfifboinjofemckfdmk)
### Manual
1. Download `tabs-saver-ce.zip` from [the latest release](https://github.com/THammami01/tabs-saver-ce/releases/).
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.