Skip to content

A chrome extension for blocking websites to keep you in zen

Notifications You must be signed in to change notification settings

zen-suite/focus-mode-extension

Repository files navigation

Logo

Zen Mode

Focus mode chrome extension that you can block websites up to 5000 domains(determined by Chrome).

Release Extension

Features

  1. Add a website to block
  2. Search blocked websites
  3. Disable blocking websites without losing added websites.

Download and Install

Download at chrome web store. Note: Version published at chrome web store might not be latest as I have to manually publish every version.

Feedback or bug report?

If you have feature requests, feedback or bug report, please head over to the issues page and create either Bug Report or Feature Request issue.

Development

Prerequisites

  • Node Version Manager (NVM)

Install Node

nvm install

Install yarn

npm i -g yarn

Install Dependencies

yarn

Run Dev server

This will run dev server that will hot reload changes to chrome extension.

yarn dev

After running dev server, you can install dist directory as chrome extension using load unpack extension.

Testing

  • Running test watch command
$ yarn test:watch
  • Running test command
$ yarn test