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