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
公式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
Eメール [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
}