ChatGPT - Auto-continue Generating
A simple extension that let ChatGPT to auto-continue generating text when the button appear.
什么是ChatGPT - Auto-continue Generating?
ChatGPT - Auto-continue Generating是由ChatGPT ext.开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that let ChatGPT to auto-continue generating text when the button appear.”。
扩展截图
下载ChatGPT - Auto-continue Generating扩展crx文件
下载ChatGPT - Auto-continue Generating扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unlock AI-powered creativity with our Chrome extension! This tool allows you to utilize ChatGPT to automatically generate and continue text, making your writing process more efficient and innovative. Perfect for content creators, bloggers, or anyone in need of a digital writing assistant. Enhance your writing today and explore limitless possibilities with our cutting-edge AI technology.
扩展基本信息
名称 | ChatGPT - Auto-continue Generating |
ID | jeeognbpmiokkoobpmoonkbjalbdeklf |
官方URL | https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf |
简介 | A simple extension that let ChatGPT to auto-continue generating text when the button appear. |
文件大小 | 26.96 KB |
安装次数 | 169 |
当前版本 | 1.0 |
更新时间 | 2023-07-09 |
上架时间 | 2023-07-09 |
开发者 | ChatGPT ext. |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT - Auto-continue Generating", "version": "1.0", "description": "A simple extension that let ChatGPT to auto-continue generating text when the button appear.", "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "inject.js" ] } ], "icons": { "128": "images\/icon128.png" } } |