Bing AI Enter for MacOS

MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます.

Wat is Bing AI Enter for MacOS?

Bing AI Enter for MacOS is een Chrome-extensie ontwikkeld door momosuke, en de belangrijkste functie is "MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bing AI Enter for MacOS

Download Bing AI Enter for MacOS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        MacOSでBing AIを使うと漢字変換を確定する時にチャットが送信されてしまい非常に使いづらい.この拡張機能をインストールすることによって,誤ってチャットを送信することを防ぎつつCommand+Enterで送信することができるようになる.これによって直感的かつ快適にBing AIを楽しむことができるようになる.
When using Bing AI on MacOS, it is very difficult to use because chat is sent when confirming a Kanji conversion. By installing this extension, you can prevent accidental sending of chat and send it by Command+Enter. This will allow you to enjoy Bing AI in an intuitive and comfortable way.                    

Basisinformatie over de Extensie

Naam Bing AI Enter for MacOS Bing AI Enter for MacOS
ID bdfkkioaofakkiiephkolmgfahjkjfmf
Officiële URL https://chrome.google.com/webstore/detail/bing-ai-enter-for-macos/bdfkkioaofakkiiephkolmgfahjkjfmf
Beschrijving MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます.
Bestandsgrootte 1.25 MB
Aantal Installaties 321
Huidige Versie 1.1
Laatst Bijgewerkt 2023-04-30
Publicatiedatum 2023-03-13
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar momosuke
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bing AI Enter for MacOS",
    "author": "Ryosuke Hyakuta",
    "version": "1.1",
    "manifest_version": 3,
    "description": "MacOS\u3067Bing AI Chat\u3092\u4f7f\u3046\u969b\uff0c\u30a8\u30f3\u30bf\u30fc\u3092\u62bc\u3057\u305f\u3068\u304d\u306b\u9001\u4fe1\u3055\u308c\u308b\u306e\u3092\u9632\u3050\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\uff0eCommand + Enter\u3067\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\uff0e",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bing.com\/search?*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}