Focus mode chrome extension that you can block websites up to 5000 domains(determined by Chrome).
- Add a website to block
- Search blocked websites
- Disable blocking websites without losing added websites.
Download at chrome web store. Note: Version published at chrome web store might not be latest as I have to manually publish every version.
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.
- Node Version Manager (NVM)
nvm install
npm i -g yarn
yarn
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.
- Running test watch command
$ yarn test:watch
- Running test command
$ yarn test