Enter Key For AI

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

Was ist Enter Key For AI?

Enter Key For AI ist eine Chrome-Erweiterung, die von SuperJohn entwickelt wurde, und ihr Hauptmerkmal ist "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".

Erweiterungsscreenshots

screenshot
screenshot

Enter Key For AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie Enter Key For AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

After installing the plugin, please refresh the 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.                    

Grundlegende Informationen zur Erweiterung

Name Enter Key For AI Enter Key For AI
ID olcboakogncenhkjolhfpcdbhahbfgbj
Offizielle URL https://chromewebstore.google.com/detail/enter-key-for-ai/olcboakogncenhkjolhfpcdbhahbfgbj
Beschreibung Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
Dateigröße 24.64 KB
Installationsanzahl 119
Aktuelle Version 1.2.3
Letztes Update 2024-01-29
Veröffentlichungsdatum 2023-08-11
Bewertung 3.13/5 Insgesamt 8 Bewertungen
Entwickler SuperJohn
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enter Key For AI",
    "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"
            ]
        }
    ]
}