No-IME-Submit for ChatGPT / Bing Chat

Prevent ChatGPT/BingChat from submitting LineBreak when using Japanese Input

No-IME-Submit for ChatGPT / Bing Chat란 무엇입니까?

No-IME-Submit for ChatGPT / Bing Chat은(는) https://souljazzfunk.com/ggrks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevent ChatGPT/BingChat from submitting LineBreak when using Japanese Input"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

No-IME-Submit for ChatGPT / Bing Chat 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatGPTやBing Chatを使うとき、日本語IMEで変換を確定しただけなのにプロンプトが送信されてしまうのを防ぐスクリプトです。

No-IME-Submit for ChatGPT / Bing Chat extension helps you type Japanese more easily and efficiently by preventing line breaks when using a Japanese input method editor (IME). If you use ChatGPT or Bing Chat in Japanese, you may have noticed that hitting the Enter key on your keyboard while typing in Japanese will cause the prompt to be unwatedly submitted. This can be frustrating and time consuming.

This extension solves this problem by automatically detecting when you're typing in Japanese IME and blocking line breaks caused by pressing Enter. This means you can focus on typing your prompt without worrying about sudden, unintended submissions.

The extension does not require activation, just install it and it will work on both www.bing.com and chat.openai.com.  Have fun chatting with AI!                    

확장 프로그램 기본 정보

이름 No-IME-Submit for ChatGPT / Bing Chat No-IME-Submit for ChatGPT / Bing Chat
ID oammfohglnijnojpdppfbemkjgejciff
공식 URL https://chromewebstore.google.com/detail/no-ime-submit-for-chatgpt/oammfohglnijnojpdppfbemkjgejciff
설명 Prevent ChatGPT/BingChat from submitting LineBreak when using Japanese Input
파일 크기 20.07 KB
설치 횟수 88
현재 버전 0.1
최근 업데이트 2023-02-27
출시 날짜 2023-02-26
개발자 https://souljazzfunk.com/ggrks
이메일 [email protected]
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No-IME-Submit for ChatGPT \/ Bing Chat",
    "version": "0.1",
    "manifest_version": 3,
    "description": "Prevent ChatGPT\/BingChat from submitting LineBreak when using Japanese Input",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/www.bing.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/www.bing.com\/*"
            ],
            "js": [
                "noIMESubmit.js"
            ]
        }
    ]
}