A Chrome browser extension that embeds ChatGPT as a hands-free voice assistant in the background. Any ChatGPT prompt is a simple "Hey girl" away! Enjoy the conversation. Currently, only English is supported, but more languages are on the way
chassistant.online-video-cutter.com.mp4
Please read the contents of the tab that will open when you install the extension. It contains important information about how to use the extension. To keep the extension free to use, the speech capabilities are only supported in Chrome (excluding other Chromium-based browsers). However, the code is functional on all modern browsers.
- Download
chrome.zip
from Releases. - Unzip the file.
- In Chrome, go to the extensions page (
chrome://extensions
). - Enable Developer Mode.
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).
To be updated once the extension is approved.
- Clone the repo
- Install dependencies with
npm
- Run
npm run build
- Follow the steps in the "Local Install" section above (with the resulting
/build/chrome.zip
).
- Turn popup into a chat with the session history.
- Improve code playbacks.
- Support more languages.
- Beautify tab UI.
Pull requests and suggestions are welcome.
Many thanks to the brilliant @talkor for improving the UI!
This project's template is based on the very cool wong2/chat-gpt-google-extension