Prompt Engineer - ChatGPT, Bard, Claude

Keep prompts together, apply everywhere.

Prompt Engineer - ChatGPT, Bard, Claudeคืออะไร?

Prompt Engineer - ChatGPT, Bard, Claude เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ludus และคุณลักษณะหลักของมันคือ "Keep prompts together, apply everywhere."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prompt Engineer - ChatGPT, Bard, Claude

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

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

                        Ever wondered how to communicate more effectively with ChatGPT? Allow us to introduce something special.

Presenting Prompt Engineer for ChatGPT – a cutting-edge Chrome extension designed to elevate your ChatGPT, Bard, and OpenAI Playground Chat experience. Made with you in mind, seamlessly integrated with the latest tech, gracefully simplistic, yet mighty in action.

version 0.0.8:
- integration with claude.ai
- integration with poe.com
- ability to work on any page

version 0.0.7:
- temporary fix related to issues with version 0.0.6. We had to revert to version 0.0.5.

version 0.0.6:
- integration with claude.ai
- integration with poe.com
- ability to work on any page

version 0.0.5:
- integration with OpenAI Playground Chat
- integration with Bard
- sending prompts using the shortcut ctrl+enter or cmd+enter
- export session prompt to JSON
- export prompts to CSV

version 0.0.4:
- import/export prompts to CSV
- fix for menu buttons

Key Features:

Unified Compatibility: Seamlessly integrates with ChatGPT, Bard, and OpenAI Playground Chat, enhancing your conversational experience across platforms.

Create & Modify: Add various inputs that seamlessly merge into one unique prompt. Let your creativity know no bounds.

Session Memory: Save individual prompts or entire sessions with precision. Relive your conversational journey whenever you wish.

File Integration: Effortlessly add files and observe their updates in real-time. A new dimension to your interactions.

Full Control: Choose which inputs to incorporate. Toggle on, toggle off, and experiment to your heart’s content.

Retain What Matters: Decide if you wish to keep the prompt value after sending it to ChatGPT. Your data, your rules.

Store Your Thoughts: The prompt storage function lets you revisit your insights at any time.                    

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

ชื่อ Prompt Engineer - ChatGPT, Bard, Claude Prompt Engineer - ChatGPT, Bard, Claude
ID gfckpfgipkbjhaofhfijkdmgopcoinhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prompt-engineer-chatgpt-b/gfckpfgipkbjhaofhfijkdmgopcoinhe
คำอธิบาย Keep prompts together, apply everywhere.
ขนาดไฟล์ 4.4 MB
จำนวนการติดตั้ง 354
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2023-08-20
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Ludus
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prompt Engineer - ChatGPT, Bard, Claude",
    "description": "Keep prompts together, apply everywhere.",
    "version": "0.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "background",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Prompt Engineer",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' data:;"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "match_about_blank": false,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzNYHKvwJc5o6olQ1gj0xD7Xb4MT5QTHglFloy9u2GPRG7wpoCY\/XxYeRaxj61NeTTBlpTpUB4OuXV0BNW3HDDzUj6V5vpECKQoJUx384FPTIduJ\/dinSPPvdGlg6CaiGUtLkcikCHrhqdQjleDjyOpCmMxnoQgyNO7iyuO3wUeu6Yuol1ouP0vNu5cnEEP8XAQJtuSpuqpU7841g0uJZ8hAMNhENYUmVfv6H6qa06yrhNars1kkC\/PF3yrPJQb7xDYcEB3VFSSXb2l6Va56oaDkrF1WZQpM6uxDQK0it0+3b75nHgzecRMzh8DDe3qXNnKuIkm71fhMxd1rUO93VjwIDAQAB"
}