davidgf / in-da-zone

Pomodoro timer web extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In Da Zone

In Da Zone is a web browser extension that provides a simple pomodoro timer and website blocking capabilities, without asking for permissions to read all your data.

Install

The extension can be installed on Firefox from the Add-ons page

Build the extension

Prerequisites

You'll need Node.js and npm.

Build

To build the extension, run the following commands in your shell:

npm install
npm run build

The extension will be packaged into a zip file under the dist/ folder.

Develop

To develop the extension, run the following commands in your shell:

npm install
npm run dev

This will build the extension, load it into the web browser and watch for changes. It's been tested on Firefox.

About

Pomodoro timer web extension

License:ISC License


Languages

Language:TypeScript 82.6%Language:HTML 6.4%Language:JavaScript 4.8%Language:SCSS 4.6%Language:CSS 1.5%