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.

¿Qué es Enter Key For ChatGPT?

Enter Key For ChatGPT es una extensión de Chrome desarrollada por SuperJohn, y su función principal es "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Enter Key For ChatGPT

Descarga archivos de extensión Enter Key For ChatGPT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Enter Key For ChatGPT Enter Key For ChatGPT
ID lmgdhjilfapmkedonjbieldoclfidddf
URL Oficial https://chromewebstore.google.com/detail/enter-key-for-chatgpt/lmgdhjilfapmkedonjbieldoclfidddf
Descripción Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
Tamaño del Archivo 24.61 KB
Cantidad de Instalaciones 100
Versión Actual 1.2.3
Última Actualización 2024-01-29
Fecha de Publicación 2023-08-14
Calificación 3.00/5 Total de 5 Calificaciones
Desarrollador SuperJohn
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}