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文件

下載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
官方網址 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"
            ]
        }
    ]
}