FocusX is a chrome extension that aims to help reduce distraction and increase your workflow by blocking your access to the websites that you get distracted by.
Yes, you can also directly install skip to the Installing part without having to build the extension
- just download and install focusX.zip
- skip to installing part for more details
(skip this part if you are using the focusX.zip file)
- Clone the github repositiory using
git clone https://github.com/shashwtt/focusx-chrome-extension
- Open the repository folder by
cd ./focusx-chrome-extension
- Install the required Packages
npm install
oryarn add
- To build the chrome extension run
npm run build
(this will create a /dist folder inside project's root directory)
- Visit
chrome://extensions/
on your chromium based browswer - Enable Developer Mode by selecting the button on top right of screen.
- Find the Load Unpacked button and select the `/dist` folder that we just generated or `focusX.zip` file.
- And Viola! The extension should be installed. You can click on the extension icon to view it.