A tiny browser extension that automatically snapshots windows and tabs—preserving entire workflow states. Captures those perfect setups: coding sessions with Stack Overflow army, research rabbit holes, your awesome business dashboards, that collection of manga chapters, or those eye candy tabs saved for design inspiration. All that structure stays intact for whenever it's needed again.
Browsers are powerful with their solid recovery features, but those rescue sessions often dissolve into scattered page history if we don't catch them in time. We've all been there—our carefully arranged tabs just vanish like they never existed.
It's that sneaky problem that trips us up when we least expect it, like that table leg we always stub our toe on. OopsTab is here to keeps those tabs from fading into oblivion. Not just saving pages, but preserving the entire vibe of what we were building, learning, or procrastinating on—ready to jump back in whenever the mood strikes.
- Go to the Releases page
- Download the latest version (usually a .zip file with file name
OopsTab.Never.Lose.Your.Tabs.Again-x.y.z.zip) - Unzip the downloaded file
- In Chrome, navigate to
chrome://extensions/ - Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the unzipped folder
- OopsTab is now installed and ready to use!
Visit our documentation site for more detailed information about features and usage.
For local development of the documentation site, see the docs/README.md file.
# Clone the repository
git clone https://github.com/RockyHong/OopsTab.git
# Navigate to project directory
cd oopstab
# Install dependencies
npm install# Run development
npm run dev
# Build for production
npm run buildAfter building, the extension will be in the dist directory. You can load this as an unpacked extension in Chrome by:
- Opening
chrome://extensions - Enabling "Developer mode"
- Clicking "Load unpacked" and selecting the
distdirectory

