DEV Community

dylan
dylan

Posted on

I built a Chrome extension that adds one-click reply buttons under ChatGPT messages

I use ChatGPT a lot. And I kept doing the same thing over and over:

  1. Read the last message
  2. Decide Yes / No / A / B / C
  3. Type it again in the input

That tiny loop gets tiring after the 20th time in a day.

So I built ClicReponse: a Chrome / Brave extension that shows reply buttons under the last ChatGPT message. One click fills the input. Nothing is sent automatically — you stay in control.

What it does

  • Shows reply buttons under the last assistant message
  • Yes/No and A/B/C/D use the real options from the message when possible
  • Open questions get short suggestion chips
  • Optional local Ollama for smarter suggestions (not required)

Why I made it

I wanted something small and practical — not another chat wrapper, not another AI dashboard. Just: faster replies inside the ChatGPT page I already use.

Try it

Chrome Web Store:
https://chromewebstore.google.com/detail/clicreponse/kbbcmkfpfilcgdimaofjendpjfomfbhk

Note: unlocking is a one-time license (not a subscription).

Feedback wanted

If you try it on a real ChatGPT conversation, tell me:

  1. What feels wrong or missing?
  2. Which reply types you use most?

Happy to answer questions in the comments.

Top comments (0)