A Chrome extension for tab hoarders who open too many tabs and forget about them. It automatically closes inactive tabs after a set time and saves them to bookmarks so you never lose them.
- It has a pixel art Hitler icon because when I recommend that my wife close some of her 100 tabs she looks at me like I'm that dude 0_0
- Tabs are automatically closed after a user-defined time period (1-99 minutes)
- Timer only runs when a tab is not the active tab
- Switching to a tab resets its timer
- Pinned tabs are never affected
- When a tab is auto-closed, its URL is saved to bookmarks
- Bookmarks are organized in folders by date (e.g., "January 28 2026")
- All date folders are stored inside a "TabHoardersFriend" parent folder
- Custom tab names are used as bookmark names if set
- Give tabs custom names that will be used as bookmark names
- Rename via the extension popup or right-click context menu
- Useful for giving meaningful names to pages with generic titles
- One-click button to immediately close and bookmark all non-pinned tabs
- Active tab is never affected
- Great for quickly clearing your tab bar while saving everything
- Export all your hoarded bookmarks as CSV files
- Each day folder becomes a separate CSV file
- CSV includes title and URL columns
- Easy to import into spreadsheets or other tools
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top-right)
- Click "Load unpacked"
- Select the
TabHoardersFriendfolder
- Click the extension icon in the toolbar
- Use the slider to set the auto-close time (1-99 minutes)
- Tabs will close after being inactive for this duration
Via Popup:
- Navigate to the tab you want to rename
- Click the extension icon
- Enter a custom name and click "Save"
Via Right-Click:
- Right-click anywhere on the page
- Select "Rename Tab (Tab Hoarders Friend)"
- Enter the new name in the prompt
- Pin important tabs - Pinned tabs are never auto-closed
- Stay on a tab - The active tab's timer is always paused
- Click the extension icon
- Click "Hoard All Tabs Not Pinned Down"
- All non-pinned, non-active tabs will be bookmarked and closed
- Click the extension icon
- Click "Export Hoard as CSV"
- A CSV file will be downloaded for each day folder
- When you switch away from a tab, a timer starts
- When you switch back to that tab, the timer resets
- If the timer expires (tab was inactive for the set duration), the tab is:
- Saved to bookmarks in a dated folder
- Closed automatically
- Pinned tabs and the active tab are always protected
Other Bookmarks/
└── TabHoardersFriend/
├── January 27 2026/
│ ├── Article about cats
│ ├── Shopping cart - Amazon
│ └── GitHub - cool project
├── January 28 2026/
│ ├── Recipe for cookies
│ └── Stack Overflow question
└── ...
- tabs - Monitor tab activity and close tabs
- bookmarks - Save closed tabs to bookmarks
- storage - Save settings and custom tab names
- alarms - Timer functionality for auto-close
- contextMenus - Right-click rename option
- scripting - Show rename prompt on pages
- host_permissions - Required for the rename prompt to work on all sites
- Set a longer timer (30+ minutes) if you frequently return to tabs
- Set a shorter timer (5-10 minutes) for aggressive tab cleanup
- Pin tabs you're actively working on
- Use custom names for tabs with unhelpful titles
- Export your hoard periodically as a backup
GPLv3