Temporarily put tabs to sleep and have them reappear exactly when you need them! Snoozr helps you manage your browser tabs by letting you hide tabs until a specific time or date, reducing clutter and improving productivity.
- 💤 Snooze Tabs: Hide tabs until you need them again
- ⏰ Flexible Timing: Snooze tabs for preset times (later today, tomorrow, next week) or a custom date/time
- 🔔 Notifications: Get notified when your snoozed tabs wake up
- 📋 Snooze Manager: View and manage all your snoozed tabs in one place
- 🌙 Dark Mode Support: Easy on the eyes with automatic theme detection
- 🛠️ Vite: for lightning-fast development and hot module replacement
- 🧰 TypeScript: for type safety and enhanced productivity
- ⚛️ React: for building dynamic and interactive UI components
- 📦 CRX: for easy packaging and distribution of your extension
- 🎨 Tailwind CSS: for hassle-free styling
- 🌼 DaisyUI: for beautiful UI elements
- 📥 Install the extension from the Chrome Web Store or load it unpacked
- 🖱️ Right-click on a tab or click the extension icon to snooze a tab
- ⏱️ Select when you want the tab to reappear
- 💤 The tab will close and reopen at the specified time
- 📥 Clone the repository
- 🔧 Install dependencies with
pnpm install
- 🚀 Start development server with
pnpm dev
- 🏗️ Build the extension for production with
pnpm build