TABSNAPSHOT is a Chrome extension that allows you to create and manage snapshots of your tabs.
Since TABSNAPSHOT has not been released on the Chrome Web Store yet (it will be released later), you can install it using the following steps:
- Download the source code zip file from the releases.
- Extract the zip file to a location you prefer (usually where you store other software).
- Open Chrome's
Extensions
page. - Turn on the
Developer mode
toggle in the upper right corner. - Click the
Load unpacked
button and select the source code folder you just extracted. - You will see that TABSNAPSHOT has been successfully installed in your Chrome.
- Turn off developer mode.
The current features supported by TABSNAPSHOT include:
- Save all currently open tabs in Chrome as a snapshot item.
- Open, Rename, Update and Delete saved snapshots.
- Preview saved snapshots.
- Export or Import snapshots as a JSON file.
Note: All TABSNAPSHOT features are integrated into the plugin's pop-up panel. Make sure to have TABSNAPSHOT properly installed and pinned to your Chrome for these functionalities.
-
The open-source address of the extension.
-
Use
Create
to capture a snapshot of all currently open tab pages in Chrome. -
Use
Export
to export snapshots to a JSON file. -
Use
Import
to import the JSON file which includes the snapshots (append new snapshot items and overwriting snapshot items with the same name). -
The snapshots are named by default based on the creation time (down to minute).
-
A saved snapshot item.
-
If you create multiple snapshots within the same minute, they will be automatically numbered.
-
Use
Open
to open a saved snapshot item. -
Use
Rename
to rename a saved snapshot item. -
Use
Update
to update a saved snapshot item. -
Use
Delete
to delete a saved snapshot item. -
Click on the snapshot's name in blue to open a preview window and view all the links saved in the snapshot item.
-
The number indicates the quantity of tabs included in the snapshot item.
TABSNAPSHOT is distributed under the Apache License 2.0.
TABSNAPSHOT is a Subproject of the Make Your Life Simpler