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.

Apa itu Enter Key For ChatGPT?

Enter Key For ChatGPT adalah ekstensi Chrome yang dikembangkan oleh SuperJohn, dan fitur utamanya adalah "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Enter Key For ChatGPT

Unduh file ekstensi Enter Key For ChatGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Enter Key For ChatGPT Enter Key For ChatGPT
ID lmgdhjilfapmkedonjbieldoclfidddf
URL Resmi https://chromewebstore.google.com/detail/enter-key-for-chatgpt/lmgdhjilfapmkedonjbieldoclfidddf
Deskripsi Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
Ukuran File 24.61 KB
Jumlah Instalasi 100
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2024-01-29
Tanggal Publikasi 2023-08-14
Penilaian 3.00/5 Total 5 Penilaian
Pengembang SuperJohn
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}