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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://souljazzfunk.com/ggrks และคุณลักษณะหลักของมันคือ "Prevent ChatGPT/BingChat from submitting LineBreak when using Japanese Input"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No-IME-Submit for ChatGPT / Bing Chat

ดาวน์โหลดไฟล์ส่วนขยาย No-IME-Submit for ChatGPT / Bing Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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