ChatGPT Prompt List

A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.

Hvad er ChatGPT Prompt List?

ChatGPT Prompt List er en Chrome-udvidelse udviklet af AutoMate AI, og dens hovedfunktion er "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download ChatGPT Prompt List-udvidelses-CRX-fil

Download ChatGPT Prompt List-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT Prompt List ChatGPT Prompt List
ID bcnincofegkmeknphbdokmglmbalbidd
Officiel URL https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd
Beskrivelse A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
Filstørrelse 52.34 KB
Antal Installationer 407
Nuværende Version 1.01
Senest Opdateret 2023-07-30
Udgivelsesdato 2023-03-13
Bedømmelse 4.44/5 Samlet 9 Bedømmelser
Udvikler AutoMate AI
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}