https://github.com/correia-jpv/chatgpt-notification
🔔 Get a sound notification when a chatGPT generation is done
https://github.com/correia-jpv/chatgpt-notification
chatgpt chatgpt-app chatgpt-browser-extension chatgpt-chrome-extension chatgpt3 chatgpt4 chrome chrome-extension chrome-extensions
Last synced: 10 months ago
JSON representation
🔔 Get a sound notification when a chatGPT generation is done
- Host: GitHub
- URL: https://github.com/correia-jpv/chatgpt-notification
- Owner: Correia-jpv
- License: mit
- Created: 2023-03-31T09:30:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T13:23:56.000Z (over 2 years ago)
- Last Synced: 2025-04-27T09:57:35.355Z (about 1 year ago)
- Topics: chatgpt, chatgpt-app, chatgpt-browser-extension, chatgpt-chrome-extension, chatgpt3, chatgpt4, chrome, chrome-extension, chrome-extensions
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/chatgpt-notification/eklmiefkbieejjjhmpjdllphmcjdndin
- Size: 556 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT Notification
With chatGPT notification, you can say goodbye to constantly checking back on your screen for when the output is generated. This extension makes it easier for you to focus on other tasks while you wait for ChatGPT to do its job.
Once you install chatGPT notification, it will automatically detect when your output is ready and send a sound notification alert to let you know. The notification sound is unique and easy to recognize, so you won't miss it even if you're away from your computer.
## Installing
1. Check if your `Node.js` version is >= **14**.
2. Change or configurate the name of your extension on `src/manifest`.
3. Run `npm install` to install the dependencies.
## Packing
After development run the command
```shell
$ npm build
```
Now, the content of `build` folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the [official guide](https://developer.chrome.com/webstore/publish) to more infos about publishing.
---
Built with Vite + React, and Manifest v3
Generated by [create-chrome-ext](https://github.com/guocaoyi/create-chrome-ext)