Enter Key For ChatGPT

Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.

Что такое Enter Key For ChatGPT?

Enter Key For ChatGPT - это расширение Chrome, разработанное SuperJohn, и его основная функция - "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Enter Key For ChatGPT

Скачайте файлы расширений Enter Key For ChatGPT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Fix the issue of being unable to use the Enter key with ChatGPT in a small window.

Support both  Ctrl / Cmd + Enter or Enter to send message. (ChatGPT, Claude and Wrtn)

After installing the plugin, please refresh the corresponding website or restart your browser for the keyboard shortcuts to take effect. 

Thank you for trying it out. If you have more suggestions, please leave a comment or contact me directly.                    

Основная информация о расширении

Название Enter Key For ChatGPT Enter Key For ChatGPT
ID lmgdhjilfapmkedonjbieldoclfidddf
Официальный URL https://chromewebstore.google.com/detail/enter-key-for-chatgpt/lmgdhjilfapmkedonjbieldoclfidddf
Описание Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
Размер файла 24.61 KB
Количество установок 100
Текущая Версия 1.2.3
Последнее Обновление 2024-01-29
Дата публикации 2023-08-14
Рейтинг 3.00/5 Всего 5 оценок
Разработчик SuperJohn
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enter Key For ChatGPT",
    "version": "1.2.3",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon128.png"
        }
    },
    "description": "Fix Enter Key not working for ChatGPT \/ Claude \/ Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/claude.ai\/chat\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/wrtn.ai\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}