Skip to content

ldeveber/tab-count-snooze

Repository files navigation

Count Snooze

React Badge Typescript Badge MUI Badge GitHub License Vite Badge code style: prettier GitHub Actions Workflow Status

This is a browser extension for managing and snoozing tabs in chrome!

Count Snooze Logo

Local Development & Setup

  1. nvm install or already be using the version listed in .nvmrc.
  2. npm install
  3. To build:
    • npm run dev for a watched development build
    • npm run build for a production build
  4. Navigate to chrome://extensions in Chrome
  5. Turn on Developer mode in the upper righthand corner
  6. Click Load unpacked button
  7. Select the dist folder inside this project

You should now have it loaded locally! 😊

Additional Commands

  • npm run test and npm run test:watch - local tests
  • npm run lint - type checks, ESLint, & Prettier checks

Local Uninstallation

  1. Navigate to chrome://extensions in Chrome
  2. Find Count Snooze in the list and click Remove
    • Optionally: turn off Development mode!

Useful References


This project was inspired by:

About

A Chrome extension to count and snooze tabs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published