This chrome extension allows you to convert content from a website (in this case, https://theathletic.com) to speech so you can listen to it instead of reading it.
You can follow https://developer.chrome.com/extensions/getstarted to see how to load an unpacked extension to your Chrome Browser.
git clone https://github.com/theccalderon/the-athletic-texh-to-speech.git
- replace the values of
AWS.config.region
(popup.js:19
),IdentityPoolId
(popup.js:20
),snsTopicArn
(popup.js:21
) ands3_bucket
(popup.js:22
) with the values created in the Pre-requisites section. - Follow https://developer.chrome.com/extensions/getstarted to load the extension into your Google Chrome.