Skip to content

An add-on to let you snooze your tabs for a while.

License

Notifications You must be signed in to change notification settings

gopi-ar/SnoozeTabs

Repository files navigation

SnoozeTabs

An add-on to let you snooze your tabs for a while.

How to run

  • To lint: npm run lint
  • To run: npm test
  • To build for release: npm run build

Architectural Questions / Decisions…

  • Spec?

  • Assets?

    • Coming soon.
  • Should we write this as a WebExtension?

    • YES!
  • Should we use a build step?

    • It would let us use Flow.
      • Should we even use Flow?
    • It would let us use Sass.
    • It would let us pull the info for the manifest from package.json.
    • It would let us require other javascript modules.
    • It would be more complicated, and I’m not sure we need it.
  • Put the source in the root, or in a src subdirectory?

    • We could build into dist
  • Should we use a build tool?

  • Add a “Developer Mode” with much shorter times, or an extra 3-second timer?

  • We’ll need something to convert Pontoon-format l10n files into WebExtension l10n files…

About

An add-on to let you snooze your tabs for a while.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.8%
  • SCSS 12.5%
  • HTML 1.5%
  • Shell 0.2%