Focused ·
Focused is a Google Chrome extension that will improve your focus and increase productivity by blocking distracting websites while working or studying.
- Simple to use: Just add website domains to the blocked list once, and the extension will prevent you from visiting them. After work, you can turn off the focus mode and surf the internet without limitation.
- Privacy Friendly: A list of the blocked websites is being saved only in your Browser storage. Therefore only you have access to it.
- Lightweight: The final build of the extension is very lightweight and comes with zero dependencies.
Click here to install an extension from Chrome Web Store.
- Clone the repository and install the dependencies with
yarn
ornpm install
. - Create the initial bundle with
yarn build
ornpm run build
. - Run the project in development mode by running
yarn start
ornpm start
. - Navigate to the Chrome extensions page, and enable Developer mode.
- Click the LOAD UNPACKED button and select the extension's build folder.
E2E and Unit tests are built with Puppeteer and Jest, and they can be run by the following commands:
yarn test:e2e
ornpm run test:e2e
yarn test:unit
ornpm run test:unit
yarn build
or npm run build
Builds the app for production to the build folder by minimizing and optimizing it for the best performance.
Please read our Contributing Guide before submitting a Pull Request to the project.
Focused is MIT licensed.