-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2601b82
commit 14cc11f
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# neutlan.extension.public | ||
You can access the build folder of our application from our extension GitHub link. Once you have downloaded the build files, you can easily add them as a Chrome extension using the following steps: | ||
Open Google Chrome and navigate to the "Extensions" page. You can access this by clicking on the three dots at the top-right corner of the browser window and selecting "More Tools" to "Extensions." | ||
On the Extensions page, make sure that the "Developer mode" toggle switch at the top-right corner is turned on. | ||
Click on the "Load unpacked" button at the top-left corner of the page. This will open a file browser window. | ||
Navigate to the location where you have downloaded and extracted the build files. Select the folder containing the build files and click "Select Folder." | ||
1- Open Google Chrome and navigate to the "Extensions" page. You can access this by clicking on the three dots at the top-right corner of the browser window and selecting "More Tools" to "Extensions." | ||
2- On the Extensions page, make sure that the "Developer mode" toggle switch at the top-right corner is turned on. | ||
3- Click on the "Load unpacked" button at the top-left corner of the page. This will open a file browser window. | ||
4- Navigate to the location where you have downloaded and extracted the build files. Select the folder containing the build files and click "Select Folder." | ||
Chrome will now load the extension from the selected folder. You should see the extension's icon appear in the Chrome toolbar. |