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