Focus Arrow is a customizable browser extension for blocking websites and improving productivity.
- Mozilla Firefox
You can get a stable copy of Focus Arrow from the browser extension store:
- Mozilla Firefox: https://addons.mozilla.org/es/firefox/addon/focus-arrow/
You can also build Focus Arrow from source by following these instructions:
- Install NodeJS and NPM if you have not installed them already. You can find information on how installing them here: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Clone the repository using
git clone https://github.com/GaryHilares/Focus-Arrow-extension/. - Open a terminal in the root of the project.
- Run
npm installto install the dependencies from NPM. - Run
npm run devto get a development build, ornpm run buildto get a production build. The output will be in thedist/directory.
This work is licensed under a Creative Commons Attribution 4.0 International License.