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是由SuperJohn开发的Chrome扩展程序,该扩展的主要功能是“Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.”。

扩展截图

screenshot
screenshot

下载Enter Key For ChatGPT扩展crx文件

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