├── README.md ├── audioPlayer.js ├── background.js ├── constants.js ├── icon48.png ├── manifest.json ├── offscreen.html ├── offscreen.js ├── popup.html ├── popup.js └── textProcessor.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/README.md -------------------------------------------------------------------------------- /audioPlayer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/audioPlayer.js -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/background.js -------------------------------------------------------------------------------- /constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/constants.js -------------------------------------------------------------------------------- /icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/icon48.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/manifest.json -------------------------------------------------------------------------------- /offscreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/offscreen.html -------------------------------------------------------------------------------- /offscreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/offscreen.js -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/popup.js -------------------------------------------------------------------------------- /textProcessor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildougherty/local_tts_reader/HEAD/textProcessor.js --------------------------------------------------------------------------------