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
- 🏗️ Build and package the extension with
pnpm build:zip
- This will create a versioned zip file (e.g.,
snoozr-v1.1.1.zip
) based on the version in your manifest - To specify a custom output directory:
pnpm build:zip -- -o path/to/directory
- This will create a versioned zip file (e.g.,
- 📤 Upload the generated zip file to the Chrome Web Store Developer Dashboard