A Chrome extension that helps you maintain a clean and efficient browsing experience by automatically managing inactive tabs.
- Smart Tab Management - Automatically identifies and manages tabs based on their last active time
- Auto Cleanup - Schedule automatic cleanup with customizable intervals and thresholds
- Flexible Time Ranges - Choose from preset options or set your own custom time range:
- 1 hour / 12 hours / 24 hours / 1 week
- Custom duration (minutes/hours/days)
- Multi-language Support - English and Simplified Chinese (简体中文)
- Dark/Light Theme - Switch between dark and light modes
- Real-time Statistics - Shows the current number of tabs and potential cleanup candidates
- Safe Operation - Always preserves your active tab, pinned tabs, and tabs playing audio
- Visit the Chrome Web Store (Coming soon)
- Search for "Tab Cleanup"
- Click "Add to Chrome"
- Click the Tab Cleanup icon in your Chrome toolbar
- View the current number of open tabs
- Choose a time range for cleanup:
- Click any preset time range button
- Or use the custom time range option
- Confirm the action to close inactive tabs
- Use Chrome's built-in restore feature if you need to recover any closed tabs
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/bryant24hao/tab-cleanup.git cd tab-cleanup -
Install dependencies:
npm install
-
Start development mode:
npm run dev
-
Build for production:
npm run build
We take your privacy seriously:
- No data collection or tracking
- No external server communication
- All operations are performed locally
- Minimal permission requirements
Need help or have suggestions? We're here to help:
If you find this extension helpful, consider supporting the development:
We welcome contributions! Here's how you can help:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.

