A simple Chrome extension to block distracting websites and regain control of your focus, improving productivity and time management.
The extension uses React and TypeScript for the options and popup UIs, and Webpack to bundle the code.
npm install
npm run build
npm run watch
In Chrome, go to "Manage Extensions", then enable the "Developer Mode" and load the dist
directory as an unpacked extension.
npm run test