Hi! Welcome to this project!😙
I'm currently working on it. Please leave an issue if you think there could be any improvement. Appreciate it! 😋
I haven't registered an account for publishing extensions on the markets, so the simplest way to use the extension is follow the steps below:
- Download the
dist.zip
through here - Unzip it and then open your Chrome
- Navigate to Extension Page. Make sure the
Developer Mode
is on. - Select
Load unpacked
and upload the folder unzipped in the 2nd step. - Have fun using the extension! 😉
Or
- Clone or download the project
- npm install
- npm run build
- Open your Chrome and navigate to Extension Page
- Open
Developer Mode
and then chooseLoad unpacked
to upload thedist
folder generated in the 3rd step. - Have fun using the extension! 😉
(Focus Mode is still under development. It's kinda like Pomodoro Technique. Please follow the latest release you are intersted in the function.)
npm install
npm run build-watch
This will automatically generate dist
folder and regenerate it everytime you change your codes.
npm run build
npm run lint:fix