Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 695 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 695 Bytes

boondoggle

A chrome extension to block all websites degrading your productivity!

Developer mode

1.To use this extension, you'll need to install it manually. First clone or fork this repo.

2.Then go inside the boondoggle directory;

3.npm install

4.npm run build ; This creates the /build folder inside /src.

5.Then, on your Chrome Extensions page, make sure "Developer mode" is checked. You can then click the "Load unpacked extension..." button and browse to the src directory of this repo.

ToDo's - Get user input to store websites to be blocked, instead of having the list of matches in manifest file.