ChatGPT Prompt List
A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
Was ist ChatGPT Prompt List?
ChatGPT Prompt List ist eine Chrome-Erweiterung, die von AutoMate AI entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.".
Erweiterungsscreenshots
ChatGPT Prompt List-Erweiterungs-CRX-Datei herunterladen
Laden Sie ChatGPT Prompt List-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ChatGPT Prompt List |
ID | bcnincofegkmeknphbdokmglmbalbidd |
Offizielle URL | https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd |
Beschreibung | A Chrome extension that allows you to create a list of prompts to feed to ChatGPT. |
Dateigröße | 52.34 KB |
Installationsanzahl | 407 |
Aktuelle Version | 1.01 |
Letztes Update | 2023-07-30 |
Veröffentlichungsdatum | 2023-03-13 |
Bewertung | 4.44/5 Insgesamt 9 Bewertungen |
Entwickler | AutoMate AI |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |