Enter Key For ChatGPT
Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
Enter Key For ChatGPT là gì?
Enter Key For ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi SuperJohn, và tính năng chính của nó là "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Enter Key For ChatGPT
Tải xuống các tệp mở rộng Enter Key For ChatGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Fix the issue of being unable to use the Enter key with ChatGPT in a small window. Support both Ctrl / Cmd + Enter or Enter to send message. (ChatGPT, Claude and Wrtn) After installing the plugin, please refresh the corresponding 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lmgdhjilfapmkedonjbieldoclfidddf |
URL Chính Thức | https://chromewebstore.google.com/detail/enter-key-for-chatgpt/lmgdhjilfapmkedonjbieldoclfidddf |
Mô tả | Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message. |
Kích Thước Tệp | 24.61 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2023-08-14 |
Đánh Giá | 3.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | SuperJohn |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Enter Key For ChatGPT", "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" ] } ] } |