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.”。
擴展截圖
下載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 |
ID | olcboakogncenhkjolhfpcdbhahbfgbj |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |