-
Open your terminal or command prompt.
-
Run the following command to clone the repository:
git clone https://github.com/manthanmk66/MotivateMe-Chrome-Extention.git
-
After cloning, navigate to the build folder inside the cloned repository:
cd Motivation-Chrome-Extention/chromeextention/build
- Launch your Chrome browser.
- Click on the three vertical dots in the upper-right corner of the browser to open the menu.
- Go to "More tools" and select "Extensions".
- Alternatively, you can directly navigate to
chrome://extensions/
.
- Alternatively, you can directly navigate to
- On the Extensions page, enable "Developer mode" by toggling the switch in the upper-right corner.
- Click on the "Load unpacked" button.
- In the file dialog that opens, navigate to the build folder inside the cloned repository.
- Select the build folder and click "Select Folder".
- Your extension should now be added to Chrome and appear in the list of installed extensions on the Extensions page.
- Ensure that the extension is enabled by toggling the switch next to it.