A browser extension that adds a speech to text microphone to the ChatGPT website.
- Speech to text conversion: Click the microphone button to start converting your spoken words into text input.
- Keyboard shortcuts: Keyboard shortcuts are available for starting/stopping speech recognition, and clearing the input.
Download it in the Chrome Web Store
OR
- Download or clone this repository.
- Navigate to chrome://extensions.
- Alternatively, open this page by clicking on the Chrome menu, hovering over More Tools, and selecting Extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the Load unpacked button and select the downloaded directory.
- Open chat.openai.com and press Cmd+M to get started!
- Click the microphone button in the input field to start converting your spoken words into text.
- The microphone button will change its image when it's actively listening.
- You can use the following keyboard shortcuts:
Ctrl+M
(orCmd+M
on macOS) to toggle the microphone on/off.Ctrl+D
(orCmd+D
on macOS) to clear the current input.Ctrl+B
(orCmd+B
on macOS) to remove the last word from the input.
This extension requires the following permissions:
- Access to
https://chat.openai.com/*
for inserting the speech-to-text functionality. - Web-accessible resources: assets (mic icons and styles) that need to be loaded into the webpage.
Current version is 0.0.3
This project is licensed under the terms of the MIT license.