Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AniPetrosyan authored May 13, 2024
1 parent 14c7879 commit 630fa0d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,15 @@ To build the extension, run:
npm run build
```

After building, load the unpacked extension into Chrome through the Extensions menu by enabling Developer mode and selecting 'Load unpacked extension'. Navigate to the build directory and select it.
Load the extension in Chrome:

1. **Open Chrome:** Navigate to `chrome://extensions` in your Chrome browser.

2. **Enable Developer Mode:** Toggle on the 'Developer mode' at the top-right of the Extensions page.

3. **Load Extension:**
- Click on `Load unpacked`.
- Select the `dist` directory from the project folder

## Chrome Extension Architecture

Expand Down

0 comments on commit 630fa0d

Please sign in to comment.