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是由AutoMate AI開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ChatGPT Prompt List擴展crx文件

下載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
官方網址 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
}