ChatGPT Prompt List
A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
Co je ChatGPT Prompt List?
ChatGPT Prompt List je rozšíření Chrome vyvinuté AutoMate AI, a jeho hlavní funkcí je „A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ChatGPT Prompt List
Stáhněte si soubory rozšíření ChatGPT Prompt List ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ChatGPT Prompt List |
ID | bcnincofegkmeknphbdokmglmbalbidd |
Oficiální URL | https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd |
Popis | A Chrome extension that allows you to create a list of prompts to feed to ChatGPT. |
Velikost souboru | 52.34 KB |
Počet instalací | 407 |
Aktuální Verze | 1.01 |
Poslední Aktualizace | 2023-07-30 |
Datum Vydání | 2023-03-13 |
Hodnocení | 4.44/5 Celkem 9 Hodnocení |
Vývojář | AutoMate AI |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |