PagePilot is a Chrome Extension that will Summarize the content of the current webpage you are on and will read the summary out loud to you.
This extension utilizes the Kagi Universal Summarizer API to summarize the content of the webpage.
The text to speech is powered by chrome.tts
API
Since this extension is not yet published on the Chrome Web Store, you will need to install it manually.
This can be done by following these steps:
- Clone/download this repository
- Go to
chrome://extensions/
- Click on
Load Unpacked
- Select the
extension
folder in this repository and clickOpen
- You should now see the extension in your list of extensions
- Click on the extension name in the list of extensions
- Select the voice you want to use and the speed by clicking the
Sample
button
Hit the summarize button on the extension popup to summarize the current webpage and it will read the summary out loud to you.
- Highlight each word as the TTS speaks it (partially done)
- [] Styling the extension
- [] Poll the summary status in background and alert when summary is ready
- [] Add build pipeline