ChatGPT Prompt List
A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
ChatGPT Prompt List là gì?
ChatGPT Prompt List là một tiện ích mở rộng Chrome được phát triển bởi AutoMate AI, và tính năng chính của nó là "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Prompt List
Tải xuống các tệp mở rộng ChatGPT Prompt List dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT Prompt List |
ID | bcnincofegkmeknphbdokmglmbalbidd |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd |
Mô tả | A Chrome extension that allows you to create a list of prompts to feed to ChatGPT. |
Kích Thước Tệp | 52.34 KB |
Số Lần Cài Đặt | 407 |
Phiên Bản Hiện Tại | 1.01 |
Cập Nhật Lần Cuối | 2023-07-30 |
Ngày Phát Hành | 2023-03-13 |
Đánh Giá | 4.44/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | AutoMate AI |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |