A Google Chrome extension to help block distracting websites.
I've tried several different extensions that try to accomplish this same task, but none of them seem to fit into my workflow. So, I decided to build my own. The main focus for this particalur extension is to block a list of user defined websites based on a user set schedule. There will also be a feature to turn on the website blocking outside of the normal schedule.
If you want to check on the projects progress or see upcoming features checkout the project Trello Board
You can also check out the project's Figma file to see the designs
The current build process is managed by Laravel Mix which is a simple wrapper for webpack. To use the build process first install dependecies using either npm install
or yarn install
.
Build for development
npm run dev
Build for production
npm run prod
Pack extension (requires .pem
key file to be in the dist
directory)
npm run pack