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란 무엇입니까?

Enter Key For ChatGPT은(는) SuperJohn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Enter Key For ChatGPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Enter Key For ChatGPT Enter Key For ChatGPT
ID lmgdhjilfapmkedonjbieldoclfidddf
공식 URL https://chromewebstore.google.com/detail/enter-key-for-chatgpt/lmgdhjilfapmkedonjbieldoclfidddf
설명 Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
파일 크기 24.61 KB
설치 횟수 100
현재 버전 1.2.3
최근 업데이트 2024-01-29
출시 날짜 2023-08-14
평점 3.00/5 총 5 개의 평점
개발자 SuperJohn
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}