The Text to Speech Firefox Extension is a simple browser extension that allows users to convert highlighted text on a web page into speech, playing it as audio. This extension leverages the Web Speech API to provide a convenient way for users to listen to selected text.
Convert highlighted text to speech.
Play the audio directly from the browser context menu.
Clone this repository to your local machine:
bash
git clone https://github.com/your-username/text-to-speech-firefox-extension.git
Open Firefox and navigate to about:debugging#/runtime/this-firefox.
Click on "Load Temporary Add-on" and select any file from the cloned repository.
Highlight text on any web page.
Right-click on the highlighted text.
Select "Play as Audio" from the context menu.
No additional configuration is required for this extension. The default system voice will be used for speech synthesis. Issues and Contributions
If you encounter any issues or have suggestions for improvement, please open an issue on GitHub. Contributions are also welcome! License
This project is licensed under the MIT License - see the LICENSE file for details.
Make sure to replace placeholders like your-username with your actual GitHub username and update any specific details related to your project. Additionally, provide detailed information about how users can install, use, and contribute to your extension.