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 - это расширение Chrome, разработанное AutoMate AI, и его основная функция - "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ChatGPT Prompt List

Скачайте файлы расширений 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 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
}