A Chrome extension that lets you change the send trigger key in AI chat services.
- Claude (claude.ai)
- ChatGPT (chatgpt.com)
- Gemini (gemini.google.com)
- AI Mode in Google Search (google.com/search)
Microsoft Copilot is not supported.
https://chromewebstore.google.com/detail/csenter-for-ai-chat/glkdanbnmpbdmljmcglcadpcdkehgfpn
The Chrome Web Store version may lag behind the repository during the review process.
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (toggle in the top right)
- Click Load unpacked and select the repository folder
- Click the extension icon to open the popup
- Select your preferred send key from the radio buttons
- Changes take effect immediately — no page reload required
| Setting | Send | New Line |
|---|---|---|
| Default | Enter | Shift+Enter |
| Ctrl+Enter | Ctrl+Enter | Enter / Shift+Enter / others |
| Shift+Enter | Shift+Enter | Enter / Ctrl+Enter / others |
| Ctrl+Shift+Enter | Ctrl+Shift+Enter | Enter / Shift+Enter / Ctrl+Enter / others |
On macOS, Ctrl functions as Cmd.
Enter key presses during IME composition (e.g. Japanese input) are ignored and pass through as normal.
- Increase minimum font size to 14px in popup and options pages for improved accessibility
See CHANGELOG.md for full history.
AIチャットサービスの入力欄における送信トリガーキーを変更するChrome拡張です。
- Claude (claude.ai)
- ChatGPT (chatgpt.com)
- Gemini (gemini.google.com)
- Google検索 AIモード (google.com/search)
Microsoft Copilot には対応していません。
https://chromewebstore.google.com/detail/csenter-for-ai-chat/glkdanbnmpbdmljmcglcadpcdkehgfpn
Chrome ウェブストア版は、審査中のため最新リリースより古い場合があります。
- このリポジトリをダウンロードまたはクローン
- Chromeで
chrome://extensions/を開く - 右上の デベロッパーモード を有効にする
- パッケージ化されていない拡張機能を読み込む をクリックし、リポジトリのフォルダを選択
- 拡張アイコンをクリックしてポップアップを開く
- ラジオボタンの選択肢からお好みのキーを選択
- 設定はリアルタイムで反映されます(リロード不要)
| 設定 | 送信 | 改行 |
|---|---|---|
| Default | Enter | Shift+Enter |
| Ctrl+Enter | Ctrl+Enter | Enter / Shift+Enter / その他 |
| Shift+Enter | Shift+Enter | Enter / Ctrl+Enter / その他 |
| Ctrl+Shift+Enter | Ctrl+Shift+Enter | Enter / Shift+Enter / Ctrl+Enter / その他 |
macOSでは Ctrl を Cmd と読み替えてください。
変換中のEnterキー(確定操作)には反応しません。
- アクセシビリティ改善のため、ポップアップおよび設定ページのフォントサイズを14px以上に統一
全履歴は CHANGELOG.md を参照。