Prompt Engineer - ChatGPT, Bard, Claude

Keep prompts together, apply everywhere.

什么是Prompt Engineer - ChatGPT, Bard, Claude?

Prompt Engineer - ChatGPT, Bard, Claude是由Ludus开发的Chrome扩展程序,该扩展的主要功能是“Keep prompts together, apply everywhere.”。

扩展截图

screenshot
screenshot

下载Prompt Engineer - ChatGPT, Bard, Claude扩展crx文件

下载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"
}