-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Welcome to the Setup Guide for Chrome-Assist! Follow these simple steps to install and configure the extension for a seamless experience.
-
Download the Build:
Head to the Releases Section and download the latest release (ZIP file). -
Extract the ZIP File:
Unpack the downloaded ZIP file into a local folder on your system. -
Load the Extension in Chrome:
- Open Chrome and navigate to
chrome://extensions. - Toggle Developer Mode (in the top-right corner).
- Click Load unpacked and select the folder containing the extracted files.
- Open Chrome and navigate to
-
๐ก๏ธ Grant Permissions:
Ensure you grant permissions for storage, scripting, and active tabs to allow Chrome-Assist to function properly. You should also grant permission for Voice in site settings in this Chrome Extension settings to use the Voice Input functionality in the home page.
Alternatively, you can build the extension manually:
-
Clone the Repository:
git clone https://github.com/gurveervirk/chrome-assist.git
-
Install Dependencies:
Navigate to the project directory and run:npm install
-
Build the Project:
Generate the production build using:npm run build
-
Load the Build Folder:
Follow the steps under "Load the Extension in Chrome" above, using thebuildfolder.
- Chrome Version: Ensure you are using Chrome 129.0.6639.0 or above.
-
Experimental APIs Enabled:
- Navigate to
chrome://flags. - Search for and enable "Built-In AI APIs".
- Restart Chrome to apply the changes.
- Navigate to
You're all set! Head over to the Functionalities page to learn how to use Chrome-Assist's powerful features. ๐