diff --git a/README.md b/README.md index f2dfe2b..b53ae61 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,30 @@ # 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: -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. +Adding the Chrome Extension +You can easily add our Chrome extension to your browser by following these steps: + +Clone or Download + +Clone this repository to your local machine using Git by running the following command in your terminal: +``` +git clone https://github.com/NEUTLAN/neutlan.extension.public.git +``` +Alternatively, you can download the repository as a ZIP file by clicking on the "Code" button and selecting "Download ZIP". +Open Chrome Extensions + +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". +Enable Developer Mode + +Ensure that the "Developer mode" toggle switch at the top-right corner of the page is turned on. This allows you to load unpacked extensions. +Load the Extension + +Click on the "Load unpacked" button at the top-left corner of the page. This will open a file browser window. +Select Build Folder + +Navigate to the location where you cloned or extracted the repository. Locate the "build" folder and select it. +Click "Select Folder" to load the extension. +Verify Installation + +Once the extension is loaded, you should see its icon appear in the Chrome toolbar. +Congratulations! You have successfully added our Chrome extension to your browser. Enjoy using its features and functionality. If you have any questions or encounter any issues, please let us know. + +Note: Make sure to keep the extension updated by pulling the latest changes from the repository or downloading new releases when available.