Prompt Engineer - ChatGPT, Bard, Claude

Keep prompts together, apply everywhere.

Hvad er Prompt Engineer - ChatGPT, Bard, Claude?

Prompt Engineer - ChatGPT, Bard, Claude er en Chrome-udvidelse udviklet af Ludus, og dens hovedfunktion er "Keep prompts together, apply everywhere.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Prompt Engineer - ChatGPT, Bard, Claude-udvidelses-CRX-fil

Download Prompt Engineer - ChatGPT, Bard, Claude-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Prompt Engineer - ChatGPT, Bard, Claude Prompt Engineer - ChatGPT, Bard, Claude
ID gfckpfgipkbjhaofhfijkdmgopcoinhe
Officiel URL https://chromewebstore.google.com/detail/prompt-engineer-chatgpt-b/gfckpfgipkbjhaofhfijkdmgopcoinhe
Beskrivelse Keep prompts together, apply everywhere.
Filstørrelse 4.4 MB
Antal Installationer 354
Nuværende Version 0.0.8
Senest Opdateret 2023-10-10
Udgivelsesdato 2023-08-20
Bedømmelse 4.60/5 Samlet 5 Bedømmelser
Udvikler Ludus
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}