Documentation Index
Fetch the complete documentation index at: https://mintlify.com/adalidbori/Tab-Closer-Ext/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Tab Closer is a Chrome extension that automatically manages your open tabs by limiting the maximum number of tabs you can have open at once. When you exceed your configured limit, the oldest tabs are automatically closed to maintain your desired tab count.Installation
Download the Extension
Download the Tab Closer extension files from the repository or Chrome Web Store.
Load the Extension in Chrome
If installing from source:
- Open Chrome and navigate to
chrome://extensions/ - Enable “Developer mode” in the top right corner
- Click “Load unpacked” and select the extension directory
Quick Configuration
Once installed, you’ll see a simple popup interface with two main controls:Enable/Disable Toggle
Enable/Disable Toggle
The ON/OFF switch at the top of the popup controls whether the extension is actively monitoring and closing tabs. When enabled (green “ON”), the extension will automatically close excess tabs. When disabled (red “OFF”), all tabs will remain open regardless of your limit.
Tab Limit Setting
Tab Limit Setting
The number input allows you to set the maximum number of tabs allowed. This value must be at least 2 tabs.
Setting Your First Tab Limit
Click the Extension Icon
Open the Tab Closer popup by clicking the extension icon in your Chrome toolbar.
Enable the Extension
Make sure the toggle switch is set to “ON” (green). This activates the automatic tab closing feature.
Set Your Tab Limit
Enter a number in the “Cantidad de Tabs permitidas (2+)” field. For example:
- 5 tabs - Good for focused work
- 10 tabs - Balanced for general browsing
- 20 tabs - More relaxed tab management
Testing Your Configuration
After saving your settings, test the extension:The extension monitors tab creation in real-time. Whenever you open a new tab, it checks your current tab count against your configured limit and automatically closes the oldest tabs if necessary.
Next Steps
Configuration
Learn about all configuration options and advanced settings
How It Works
Understand the technical implementation and Chrome API usage
Troubleshooting
Extension not closing tabs
Extension not closing tabs
- Check that the toggle switch is set to “ON”
- Verify your tab limit is set to at least 2
- Click “Save” after making any changes
- Try reloading the extension from
chrome://extensions/
Can't set a limit below 2
Can't set a limit below 2
This is intentional. The extension requires a minimum of 2 tabs to function properly and prevent accidentally closing all your tabs.
Settings not persisting
Settings not persisting
The extension uses
chrome.storage.local to persist settings. If settings aren’t saving:- Check Chrome’s storage permissions for the extension
- Try removing and reinstalling the extension
- Check the browser console for any error messages