Read Aloud is a simple Chrome extension to read aloud
selected text.
- Triple click to read a paragraph
- Manually select text to read selection
- Use the toolbar icon to start or stop reading selected text
Right-clickthenRead Aloud > Voicesto change reading voiceRight-clickthenRead Aloud > Speedto change reading rateRight-clickthenRead Aloud > Pitchto change reading pitchRight-clickthenRead Aloud > Reset to Defaultto set default options
Install this extension from the Chrome Web Store.
To build the extension, run the following command:
npm run buildThis will create a dist directory containing the bundled extension files. To install the extension in Chrome, open the Extensions page (chrome://extensions), enable "Developer mode", and click "Load unpacked". Then, select the dist directory.
To watch for changes and automatically rebuild the extension, run:
npm run watchThe deployment process is automated using GitHub Actions. When a new release is published on GitHub, the extension is automatically built and deployed to the Chrome Web Store.
For more details on the deployment process and how to set it up, please refer to the following documents: