Chrome Extension for a Tele-prompter

So I built my first chrome extension. A tele-prompting service which can show all my talking points while I present on a Google Meet or Zoom video conference.

Being socially anxious while speaking, i tend to keep notes with me. But this become awkward when you have to look down to read something or god forbid you have forgotten a point. Professionals use tele-prompters while speaking. So I thought why not create one yourself. Something that i can use while presenting during a video conference.

I have also submitted it to the Chrome Web store. Just to check how far I can go with this. Video explaining its features

2 Likes

I’d love to know more about your workflow for making the Chrome extension within Replit.

I started by giving it a high level expectations on the features that I wanted. And the userflow. The first generation was a web app that was created, but then i realized that this will not work in most of the cases. So i asked it to create a chrome extension. The writing of the manifest and most of the heavy lifting was done by the Replit agent itself.

1 Like