https://github.com/ootidea/chat-gpt-answer-notifier
Chrome extension that notifies you when a Chat GPT response is complete.
https://github.com/ootidea/chat-gpt-answer-notifier
chat-gpt chatgpt chrome-extension
Last synced: about 2 months ago
JSON representation
Chrome extension that notifies you when a Chat GPT response is complete.
- Host: GitHub
- URL: https://github.com/ootidea/chat-gpt-answer-notifier
- Owner: ootidea
- License: cc0-1.0
- Created: 2023-08-12T12:04:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T11:06:39.000Z (over 1 year ago)
- Last Synced: 2025-08-16T05:44:57.525Z (10 months ago)
- Topics: chat-gpt, chatgpt, chrome-extension
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/chat-gpt-response-notifie/bonigohnnoodjnahekojpcdffmekecbo
- Size: 353 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chat GPT Answer Notifier
This is a Chrome extension that notifies you when a Chat GPT response is complete.
You can install it on [the Chrome Web Store page](https://chrome.google.com/webstore/detail/chat-gpt-response-notifie/bonigohnnoodjnahekojpcdffmekecbo/).
## Feature
- Notifies when the Chat GPT response (answer) is complete, if the tab/window is in the background
- Clicking the notification will take you back to the Chat GPT tab/window
- It only works on the official Chat GPT site
## Are notifications not displaying on macOS?
On macOS, Chrome notifications might be turned off.
Please check `Allow Notifications` under System Preferences > Notifications > Google Chrome.
## Method of determining response completion
This extension does not monitor the network. Instead, it observes the page state (DOM) to determine when a response is complete.
Specifically, it checks whether an DOM element with the CSS class `result-streaming` exists or not.