A lightweight Chrome extension that exports all your browser windows and tabs to a plain text file. Perfect for backing up your session, sharing your open tabs, or keeping a record of your browsing for later reference. Includes a minimal glassmorphism popup and custom toolbar icon.
.txt file with titles and URLstabs-YYYY-MM-DD.txt for easy organizationgit clone https://github.com/YOUR_USERNAME/tab_window_exporter.git
cd tab_window_exporter
chrome://extensionstab_window_exporter folderThe generated file looks like this:
Export generated on 1/28/2026, 10:30:00 AM
🪟 Window 1
1. Example Page Title
https://example.com
2. Another Tab
https://another-site.com
🪟 Window 2
1. Third Window Tab
https://third-site.com
Each window is listed with its tabs; each tab shows its title and URL.
| Permission | Purpose |
|---|---|
tabs |
Read open tab titles and URLs |
windows |
List all browser windows and their tabs |
downloads |
Save the exported file to your Downloads folder |
No data is sent to any server; everything runs locally in your browser.
tab_window_exporter/
├── manifest.json # Extension manifest (Manifest V3)
├── popup.html # Popup UI
├── popup.css # Popup styles
├── popup.js # Export logic
├── assets/ # Extension icons
│ ├── icon-48x48.png
│ └── icon-128x128.png
├── README.md
└── LICENSE
This project is licensed under the MIT License — see the LICENSE file for details.
Carlos Garita Campos
If you find this extension useful, consider giving it a ⭐ on GitHub or a review on the Chrome Web Store.