ChatGPT Prompt List
A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
什么是ChatGPT Prompt List?
ChatGPT Prompt List是由AutoMate AI开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.”。
扩展截图
下载ChatGPT Prompt List扩展crx文件
下载ChatGPT Prompt List扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Time saving extension where you can leave you computer and the prompts will still be asked. Usage: Go to the https://chat.openai.com/chat. Click on the icon C to open up the extension popup. Insert the prompt in the input field and click enter or add prompt button. Insert as many prompts as you need. Make the https://chat.openai.com/chat as the active window and click start in the extension popup. Wait for it to finish all the prompts. When it finishes the prompts click the button clear all prompts to start with new ones. (OPTIONAL) Switch between light and dark mode.
扩展基本信息
名称 | ChatGPT Prompt List |
ID | bcnincofegkmeknphbdokmglmbalbidd |
官方URL | https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd |
简介 | A Chrome extension that allows you to create a list of prompts to feed to ChatGPT. |
文件大小 | 52.34 KB |
安装次数 | 407 |
当前版本 | 1.01 |
更新时间 | 2023-07-30 |
上架时间 | 2023-03-13 |
评分 | 4.44/5 共9次评分 |
开发者 | AutoMate AI |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Prompt List", "version": "1.01", "description": "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.", "permissions": [ "activeTab", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/chat.openai.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "ChatGPT Prompt List", "default_popup": "popup.html" }, "manifest_version": 3 } |