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.

Enter Key For AIとは何ですか?

Enter Key For AIは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 AI拡張機能のCRXファイルをダウンロード

Enter Key For AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Enter Key For AI Enter Key For AI
ID olcboakogncenhkjolhfpcdbhahbfgbj
公式URL https://chromewebstore.google.com/detail/enter-key-for-ai/olcboakogncenhkjolhfpcdbhahbfgbj
説明 Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
ファイルサイズ 24.64 KB
インストール数 119
現在のバージョン 1.2.3
最終更新日 2024-01-29
公開日 2023-08-11
評価 3.13/5 合計 8 レビュー
開発者 SuperJohn
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}