Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Preview of SleepyTabs - Beautiful Tab Suspender

SleepyTabs - Beautiful Tab Suspender by Sato

SleepyTabs is a browser extension that helps you manage browser tabs by automatically putting inactive tabs to sleep to save memory and improve browser performance.

4.9 (7 reviews)4.9 (7 reviews)
115 Users115 Users
You'll need Firefox to use this extension
Download Firefox and get the extension
Download file

Extension Metadata

Screenshots
Popup window, main tabSidebar MainAppearance tabAdvanced tabStandard Sleeping PagePage with themePage with theme and wallpaperSleepy SessionsSleepy Sessions
About this extension
SleepyTabs - Browser Tab Suspender & Manager

SleepyTabs is a browser extension that helps you manage browser tabs by automatically putting inactive tabs to sleep to save memory and improve browser performance.

✨ Key Features
  • 🔄 Automatic Tab Sleeping - Save memory after your chosen inactivity period
  • 🎛️ Intuitive Controls - Sleep or wake tabs with simple clicks or keyboard shortcuts
  • 🎨 Beautiful Sleeping Pages - Customize with themes and wallpapers
  • ⚙️ Flexible Configuration - Tailor to your exact preferences
  • 🔒 Privacy Focused - Works entirely in your browser, no data sent externally
  • 🎯 Context Menu: Right-click on a tab/page for SleepyTabs options.
  • 🌐 Sync Settings: Synchronize settings across multiple browsers
  • 📦 Import/Export: Easily import/export your settings
  • 📂 Sessions: View and restore recently closed tabs/windows and snapshots

🛠️ Tab Management
  • Sleep tabs automatically after customizable inactivity periods
  • Whitelist important sites that should never sleep
  • Configure which tabs can sleep (pinned, audible, etc.)
  • Sync your settings across multiple browsers
  • Easily export/import your configuration

🎭 Themes

Choose from multiple professionally designed themes:
  • Dark (Default)
  • Light
  • Midnight
  • Sepia
  • Solarized
  • Nord

Add beautiful wallpapers to your sleeping tabs with adjustable brightness!

📂 Sessions
  • Recently Closed Management: Easily restore or forget recently closed tabs and windows
  • Session Snapshots: Create, edit, and restore snapshots of your current browser session
  • Tab Tagging: Organize tabs with customizable tags and colors
  • Filtering: Filter tabs by domain, time closed, and tags

⌨️ Keyboard Shortcuts
  • Put current tab to sleep: Ctrl+Shift+1
  • Sleep all tabs: Ctrl+Shift+2
  • Wake all tabs: Ctrl+Shift+3
  • Open SleepyTabs sidebar: Ctrl+Shift+4
  • Wake sleeping tabs: Enter

Usage

Basic Controls
  • Put Tab to Sleep: Sleeps the current tab
  • Sleep All Tabs: Sleeps all eligible tabs
  • Wake All Tabs: Restores all sleeping tabs
Note: The "Put Tab to Sleep" button bypasses whitelist settings and other tab exclusion rules, allowing you to manually sleep any tab. The automatic sleep and "Sleep All Tabs" features will respect your whitelist and other settings.

Configuration Options
  • Put tabs to sleep after: Set the inactivity time before tabs sleep (in minutes)
  • Maximum active tabs: Set a limit on how many tabs can remain active
  • Auto-wake tabs when clicked: When enabled, sleeping tabs automatically wake up when clicked
  • Themes: Customize the appearance of the sleeping pages
  • Wallpaper settings:
  • Enable/disable custom wallpapers
  • Set custom wallpaper URL
  • Adjust wallpaper brightness
  • Tab grouping: Configure automatic tab grouping options
  • Tab title prefix: Choose from emoji prefixes (💤, 😴, 🛌, 🌙, 🔕, ⏸️) or set a custom prefix

Advanced Options
  • Customize check interval for inactive tabs
  • Set grace period for tab sleeping
  • Configure which types of tabs can sleep:
  • Audible tabs
  • Active tabs
  • Private tabs
  • Loading tabs
  • Tabs requesting attention
  • Pinned tabs
  • Grouped tabs
  • Reader mode tabs
  • Experimental features toggle

Whitelist

Add domains or URLs to the whitelist to prevent specific sites from being put to sleep.

Technical Details

SleepyTabs is made for Firefox with support for Chrome.

SleepyTabs is built using browser extension APIs and works by:
  1. Monitoring tab activity using browser events
  2. Storing tab information in the browser's local storage
  3. Replacing inactive tabs with lightweight placeholder pages
  4. Restoring tabs to their original state when needed

Privacy

SleepyTabs operates entirely within your browser. No data is sent to external servers, and all tab information is stored locally in your browser's storage.

Contributing

Contributions are welcome! Feel free to submit issues or pull requests to help improve SleepyTabs.

📥 Installation

Firefox || Chrome

🚀 From Source

If you want to build and test SleepyTabs, you can follow these steps:
  1. Clone the repository: git clone https://gitlab.com/satoru8/sleepytabs.git
  2. Install dependencies:
  3. Using Bun (recommended): bun i
  4. Using npm: npm install
  5. Run the extension:
  6. Using Bun:
    • For development: bun run build
    • For production: bun run package
  7. Using npm/Node.js:
    • For development: node build.js
    • For production: NODE_ENV=production node build.js
    • For both browsers: BUILD_BOTH=true node build.js
  8. Load the extension in Firefox or Chrome

The extension will be built and saved in the distF (Firefox) & distC (Chrome) directories. Packaged zips will be available in the artifacts directory.
Note: The project is optimized for Bun, but can work with Node.js. You may need to set environment variables manually when using Node.js directly instead of Bun.

License

SleepyTabs is licensed under the GNU Affero General Public License v3.0
Developer comments
Known issues:
1. Tab restoration can occasionally fail after browser crashes, restarts, or when the browser changes tab IDs internally.
2. We've implemented several safeguards to handle these edge cases, including:
- Primary UUID tracking instead of relying solely on tab IDs
- Restoring from original URL when ID/UUID matching fails
- Session storage backup for catastrophic recovery

Recent improvements:
- Completely redesigned tab tracking system using persistent UUIDs
- Restore button when tabinfo cant load.
- Better safeguards when something does go wrong.
- Session recovery
- Added comprehensive data management tools for troubleshooting
- Improved tab group handling and preservation
- Added side panel support for better tab management

The extension is fully open source and available at: https://gitlab.com/satoru8/sleepytabs
Rated 4.9 by 7 reviewers
Log in to rate this extension
There are no ratings yet

Star rating saved

5
6
4
1
3
0
2
0
1
0
Read all 7 reviews
Permissions and dataLearn more

Required permissions:

  • Display notifications to you
  • Access recently closed tabs
  • Access browser tabs

Data collection:

  • The developer says this extension doesn't require data collection.
More information
Add-on Links
  • Homepage
  • Support site
  • Support Email
Version
1.3.1
Size
130.43 KB
Last updated
6 days ago (Sep 9, 2025)
Related Categories
  • Tabs
License
GNU Affero General Public License v3.0 only
Version History
  • See all versions
Add to collection
Report this add-on
Support this developer

The developer of this extension asks that you help support its continued development by making a small contribution.

Contribute now

Release notes for 1.3.1
Version 1.3.1 (September 9, 2025)
  • Change text 'minutes' to 'tabs' for the 'Suspension group size' & 'Maximum active tabs' setting.
  • Various translation/text fixes

Version 1.3.0 (September 8, 2025)
  • New setting "Suspension group size", this controls how many tabs are slept or woken up at a time.
  • Sessions
  • Sleepy Sessions is now out of experimental.
  • This allows you to save and restore tabs/windows/snapshots across browser sessions.
  • This uses the recently closed history for windows and tabs. 25 Tabs 5 windows.
  • Various types of URLs are considered "restricted" by browsers. These are marked by the old SleepyTabs icon.
  • You can restore these without issue in most cases. When restoring a snapshot, a custom page will show a link for you to copy.
  • More features to come!
  • Help Page
  • Added Help link back to footer but this time it actually helps, maybe.
  • Will continue to update this, feedback welcomed.
  • Core/UI Improvements
  • Added new "Sleep" tab. Splitting up the Advanced settings
  • Various style improvments
  • Slight refresh to settings import page
  • Refactor and cleanup main popup/popout/sidebar code.
  • Fixed some minor issues
More extensions by Sato
  • There are no ratings yet

  • There are no ratings yet

  • There are no ratings yet

  • There are no ratings yet

  • There are no ratings yet

  • There are no ratings yet

Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.