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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}