chatGPT notification
Get a sound notification when a chatGPT generation is done
什么是chatGPT notification?
chatGPT notification是由João Correia开发的Chrome扩展程序,该扩展的主要功能是“Get a sound notification when a chatGPT generation is done”。
扩展截图
下载chatGPT notification扩展crx文件
下载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": [ " |