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
}