Store-Restore Tabs is a utility designed to help users save (store) their open browser tabs and restore them later, making it easy to manage workspaces, research sessions, or quickly recover from accidental tab closures. This project focuses on simplicity, user privacy, and efficient tab management.
- Store Tabs: Save all currently open tabs with a single click.
- Restore Tabs: Easily reopen saved sets of tabs.
- Workspace Management: Organize tabs into named groups for different tasks or contexts.
- Backup & Sync: Export and import tab groups for backup or transfer between devices (optional, if implemented).
- Privacy First: All tab data is stored locally; no remote servers or tracking.
Depending on the implementation (e.g., browser extension, web app, or desktop app):
- Clone or download this repository.
- Load the extension into your browser:
- Chrome: Go to
chrome://extensions
, enable Developer Mode, click "Load unpacked" and select the project folder. - Firefox: Go to
about:debugging
, click "Load Temporary Add-on" and select the manifest file.
- Chrome: Go to
- Download or clone the repository.
- Open
index.html
in your browser.
- Store Tabs: Click the "Store Tabs" button to save your current session.
- Restore Tabs: Select a saved session and click "Restore" to reopen all tabs.
- Manage Workspaces: Create, edit, or delete tab groups as needed.
- JavaScript (ES6+)
- HTML5 / CSS3
- Browser APIs (chrome.tabs, storage, etc.)
Contributions are welcome! Please open issues for bugs or feature requests, and submit pull requests for improvements.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
This project is licensed under the MIT License. See LICENSE for details.
- Thanks to all contributors and users who help improve tab management!
- Inspired by productivity tools and browser extensions focused on session management.