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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SuperJohn และคุณลักษณะหลักของมันคือ "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enter Key For AI

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}