Export your open browser tabs as a beautiful, searchable, self-contained HTML catalog.
Tab Catalog is a lightweight browser extension that captures every open tab in your current browser window and generates a polished HTML document that you can save, share, archive, or revisit anytime. The exported file is completely self-contained and works offline in any modern web browser.
- 📑 Capture every open tab from the current browser window
- 🎨 Modern and responsive user interface
- 📄 Export as a standalone HTML file
- 🔍 Search tabs by title or URL
- 🌐 Display website favicons automatically
- 📋 Copy individual tab information
- 📋 Copy all tabs with a single click
- 🌙 Beautiful dark theme
- ⚡ No external dependencies after export
- 📱 Responsive layout for desktop and mobile browsers
The exported catalog includes:
- Clean card-based layout
- Responsive design
- Search functionality
- Clickable URLs
- Domain indicators
- Favicon support
- Copy-to-clipboard buttons
- Export timestamp
- Total tab counter
- Clone or download this repository.
git clone https://github.com/SDR7904/tab-catalog-browser-extention.git📦 Release: Alternatively, you can download the latest release as a ZIP file (tab-catalog-v.1.1.0) and import it directly into your browser.
- Open your browser and navigate to:
chrome://extensions
-
Enable Developer mode.
-
Click Load unpacked.
-
Select the project folder.
The extension is now ready to use.
- Open several browser tabs.
- Click the Tab Catalog extension icon.
- Review the detected tabs.
- Click Download as HTML.
- Save the generated file.
- Open the exported HTML in any browser.
tab-catalog-browser-extention/
│
├── manifest.json
├── popup.html
├── popup.css
├── popup.js
│
├── icons/
│ ├── icon16.png
│ ├── icon48.png
│ └── icon128.png
│
└── README.md
- Manifest V3
- Vanilla JavaScript
- HTML5
- CSS3
- Tailwind CSS
- Google Fonts
- Chrome Tabs API
| Permission | Purpose |
|---|---|
tabs |
Read all open tabs in the current browser window |
Each exported catalog is completely self-contained and includes:
- Embedded styling
- Responsive layout
- Search functionality
- Copy buttons
- Dark theme
- Favicons
- Metadata
- Clickable links
No installation or extension is required to open the exported file.
- Google Chrome
- Microsoft Edge
- Brave
- Opera
- Any Chromium-based browser supporting Manifest V3
- Export all browser windows
- Export as Markdown
- Export as JSON
- Export as CSV
- Tab grouping
- Sorting options
- Custom themes
- Light mode
- Bookmark import
- Session history support
Contributions, ideas, feature requests, and bug reports are always welcome.
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Open a Pull Request.
This project is released under the MIT License.
Developed with ❤️ by SDR7904