๐ฌ๐ง English โข ๐ป๐ณ Tiแบฟng Viแปt โข ๐ช๐ธ Espaรฑol โข ๐ง๐ท Portuguรชs โข ๐ฏ๐ต ๆฅๆฌ่ช โข ๐จ๐ณ ็ฎไฝไธญๆ
๐ฐ๐ท ํ๊ตญ์ด โข ๐ฉ๐ช Deutsch โข ๐ซ๐ท Franรงais โข ๐ท๐บ ะ ัััะบะธะน โข ๐ฎ๐ฉ Bahasa Indonesia
Rest your tabs, free your memory - a Chrome extension that automatically unloads inactive tabs.
- Auto-unload inactive tabs - Configurable timer (5min to 4hrs)
- Memory threshold - Unload when RAM exceeds 60-95%
- Per-tab memory limit - Unload tabs using >100MB-1GB JS heap
- Startup unload - Free memory when browser opens
- Manual controls - Unload current/left/right/other tabs
- Close duplicate tabs - One-click dedup in current window
- Tab search - Live filter tab list by title or URL
- Tab groups - Unload entire tab groups
- Side panel mode - Open TabRest in Chrome's side panel (opt-in as the default toolbar action, or via a header button in the popup)
- Snooze tabs/sites - Temporarily protect tabs or domains (30min-2hrs)
- Global pause - Temporarily stop all auto-unloading (30min, 1hr, 2hrs, or until resumed)
- Suspend warning toast - 3s on-page warning before auto-discard
- Visual indicator - Customizable prefix (๐ค) on discarded tab titles
- Whitelist - Protect sites from auto-unload (supports localhost & IP)
- Import/Export - Back up whitelists, blacklists, and sessions to JSON
- Sessions - Save and restore tab sets
- Scroll restore - Restore scroll position when tabs reload
- YouTube timestamp - Resume videos at last position after reload
- Skip when offline - Don't discard tabs when network unavailable
- Idle-only mode - Only auto-unload when computer is idle
- Power Mode - Battery-saver, normal, or performance profiles
- Auto-unload notifications - Get notified when tabs are unloaded
- Memory tooltip - Hover stats to see estimated RAM saved per tab
- Onboarding wizard - Interactive multi-step setup on first run
- Opt-in error reporting - Anonymous crash reports via Sentry (off by default) plus manual bug-report submit
- Auto-open changelog - Opens release notes on minor/major updates
- Optional host permissions - Form protection only requests access when enabled
- RAM usage display - Live RAM % in popup header
- Statistics - Track tabs unloaded and memory saved
- Multi-language - 11 languages supported
| Shortcut | Action |
|---|---|
Alt+Shift+D |
Unload current tab |
Alt+Shift+O |
Unload other tabs |
Alt+Shift+โ |
Unload tabs to the right |
Alt+Shift+โ |
Unload tabs to the left |
- Clone this repository
- Open
chrome://extensionsin Chrome - Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the project folder
Install TabRest from the Chrome Web Store.
TabRest uses Chrome's native chrome.tabs.discard() API to unload tabs. Discarded tabs:
- Stay visible in the tab bar
- Preserve their scroll position and form data
- Reload instantly when clicked
- Free up memory while inactive
tabrest/
โโโ manifest.json # Extension config (MV3)
โโโ _locales/ # i18n translations (11 locales)
โโโ src/
โ โโโ background/ # Service worker modules
โ โโโ content/ # Form checker, YouTube tracker
โ โโโ popup/ # Popup / side panel UI
โ โโโ options/ # Settings page
โ โโโ pages/ # Onboarding, changelog
โ โโโ shared/ # Shared utilities
โโโ icons/ # Extension icons
โโโ website/ # Astro docs site (tabrest.ohnice.app)
โโโ docs/ # Project documentation
pnpm install # Install dependencies
pnpm run lint # Check code with Biome
pnpm run lint:fix # Auto-fix lint issues
pnpm run format # Format code
pnpm run ci # Run full CI (validate + lint)Chrome Web Store promotional images are in assets/ as SVG sources.
./scripts/generate-promo-images.sh # Generate PNG files- No data collection
- No external servers
- All settings stored locally
- See Privacy Policy
If you find this extension useful, consider supporting its development:
- GitHub Flex - Cross-browser extension that enhances GitHub's interface with productivity features
- Termote - Remote control CLI tools (Claude Code, GitHub Copilot, any terminal) from mobile/desktop via PWA
- Specpin - Pin living business specs onto the elements of your running web UI. Git-native, local-first, framework-agnostic
MIT
Portions of this project are derived from Drowzy, Copyright (c) 2026 ml3dev, MIT License.