ChatGPT Prompt Plus

ChatGPT with Prompt curated template. Quickly save and reuse prompt instant anytime.

ChatGPT Prompt Plusคืออะไร?

ChatGPT Prompt Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://promptplus.org และคุณลักษณะหลักของมันคือ "ChatGPT with Prompt curated template. Quickly save and reuse prompt instant anytime."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Prompt Plus

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Prompt Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ChatGPT Prompt Plus is an extension that allows you to save and manage your prompt library, making it easy to call. You can create your prompt template with great flexibility, such as adding parameters to the template. Additionally, you can set each parameter's details, including default value and input type, enabling you to create high-quality and adaptable prompts.

🔥 Key Features:
💾 Manage prompt library and reuse it easy
🎹 Set your own hotkeys to your prompts 
🗃️ Prebuilt Prompt template from awesome prompt 
📂 Organize your prompts with categories and custom icons
🔍 Easy find prompt with Popup search
🧰 Bind Parameters with Prompt
🎨 Many Variant parameter type
💻 Simple and easy-to-use interface

How it works:

1. Go to the prompt setting page by clicking on the hamburger icon near chat input of ChatGPT to access the main menu. Click on 'Prompt' to begin creating a new prompt template.
2. Add your prompt in prompt setting and fill your prompt detail.
3. Type a forward slash (/) in the chat input to open the prompts list menu. Select the prompt you want from the list. Click on the chosen prompt to proceed.
4. If the selected prompt is linked to a parameter, fill in the required parameter data. Enter the data into the parameter fields. Click on the 'Send icon' button to proceed and finish the process.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Prompt Plus ChatGPT Prompt Plus
ID innfdmnoafmheolkkhajdcgmefamkndp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-prompt-plus/innfdmnoafmheolkkhajdcgmefamkndp
คำอธิบาย ChatGPT with Prompt curated template. Quickly save and reuse prompt instant anytime.
ขนาดไฟล์ 295 KB
จำนวนการติดตั้ง 6,254
เวอร์ชันปัจจุบัน 1.5.1.3
อัปเดตครั้งล่าสุด 2023-05-13
วันที่เผยแพร่ 2023-02-01
คะแนน 4.33/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://promptplus.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://promptplus.org/
URL หน้าช่วยเหลือ https://prompt-plus.canny.io/bug-report
ภาษาที่รองรับ de,en,fr,es,pt-BR,ro,ru,iw,hi,th,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "1.5.1.3",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "action": {
        "default_icon": "chatgpt-pp.png"
    },
    "icons": {
        "128": "chatgpt-pp.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css"
            ],
            "matches": []
        }
    ]
}