Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.91 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.91 KB

Tab History Saver - Chrome Extension

Tab History Saver is a simple Chrome extension that allows users to save and restore their browser tabs, even after closing the browser or shutting down the system. This helps users quickly restore their browsing sessions whenever needed.

Features

  • Save Session: Save all your current tabs with one click.
  • Restore Session: Reopen a saved session with all the tabs just as they were.
  • Auto-Save: Automatically saves sessions when Chrome is closed (optional).
  • Multiple Sessions: Save multiple sessions and restore them as needed.

Installation

  1. Clone the repository:

    git clone https://github.com/unsparsh/First-Chrome_Extension.git
  2. Load the extension in Chrome:

    1. Open Chrome and go to chrome://extensions/.
    2. Enable Developer Mode (toggle it on in the top right).
    3. Click on Load Unpacked and select the folder where you cloned the repository.
  3. The extension will be added to your Chrome toolbar. You can now save and restore your browsing sessions.

How to Use

  1. Save a Session:

    • Open multiple tabs in Chrome.
    • Click on the Tab History Saver extension icon in the toolbar.
    • Click the "Save Session" button to store your open tabs.
  2. Restore a Session:

    • Open the Tab History Saver popup from the toolbar.
    • Scroll through the list of saved sessions.
    • Click the "Restore" button to reopen the saved tabs in a new window.

Contributing

Feel free to contribute to this project by submitting issues or pull requests.

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit the changes (git commit -m 'Add new feature')
  5. Push to the branch (git push origin feature-branch)
  6. Create a pull request

License

This project is licensed under the MIT License. See the LICENSE file for more details.