What is Chrome Read Aloud?
Chrome Read Aloud is using Google Chrome to listen to text instead of reading it on screen. Chrome extensions require an install and may request host permissions. Chrome's built-in Reading Mode activates only on supported pages. Web apps like Wordcast call the Web Speech API from a regular Chrome tab, with no extension or host permission. Wordcast handles pasted text and local files in the browser; when you paste a URL, a server endpoint extracts readable text and does not store it.
- Web Speech API shipped in Chrome 25 (early 2013) — 13 years of stable browser support.
- Chrome on Windows / Mac / ChromeOS exposes Google's neural voices (Wavenet) by default.
- Wordcast adds zero Chrome permissions. Extensions need host_permissions for every site.
- Chromium issue #679437 caps speech utterances at ~15 seconds on desktop Chrome — Wordcast works around it.