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.

What is Enter Key For AI?

Enter Key For AI is a Chrome extension developed by SuperJohn, and its main feature is "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".

Extension Screenshots

screenshot
screenshot

Download Enter Key For AI Extension CRX File

Download Enter Key For AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Enter Key For AI Enter Key For AI
ID olcboakogncenhkjolhfpcdbhahbfgbj
Official URL https://chromewebstore.google.com/detail/enter-key-for-ai/olcboakogncenhkjolhfpcdbhahbfgbj
Description Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
File Size 24.64 KB
Installation Count 119
Current Version 1.2.3
Last Updated 2024-01-29
Publish Date 2023-08-11
Rating 3.13/5 Total 8 Ratings
Developer SuperJohn
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}