chatGPT notification
Get a sound notification when a chatGPT generation is done
Τι είναι το chatGPT notification;
Το chatGPT notification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον João Correia, και η κύρια λειτουργία του είναι "Get a sound notification when a chatGPT generation is done".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης chatGPT notification
Λήψη αρχείων επέκτασης chatGPT notification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing "chatGPT notification" - a handy Chrome browser extension that helps you stay on top of your ChatGPT generated outputs. 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. chatGPT notification is simple to use and requires no additional configuration. All you need to do is enable the extension and let it do the rest. Whether you're working on a school project, writing a research paper, or generating content for your blog, chatGPT notification makes it easy to keep track of your output generation process. Install chatGPT notification today and experience the convenience of sound notifications for your ChatGPT outputs.
Βασικές Πληροφορίες Επέκτασης
Όνομα | chatGPT notification |
ID | eklmiefkbieejjjhmpjdllphmcjdndin |
Επίσημο URL | https://chromewebstore.google.com/detail/chatgpt-notification/eklmiefkbieejjjhmpjdllphmcjdndin |
Περιγραφή | Get a sound notification when a chatGPT generation is done |
Μέγεθος Αρχείου | 93.48 KB |
Αριθμός Εγκαταστάσεων | 227 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2023-09-25 |
Ημερομηνία Δημοσίευσης | 2023-02-15 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | João Correia |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Correia-jpv/ChatGPT-Notification |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Correia-jpv/ChatGPT-Notification/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "chatGPT notification", "description": "Get a sound notification when a chatGPT generation is done", "version": "0.0.3", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "19": "img\/logo-19.png", "38": "img\/logo-38.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-048d5bf0.e47ff74d.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ { "matches": [ " |