Bing AI Enter for MacOS

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

Qu'est-ce que Bing AI Enter for MacOS ?

Bing AI Enter for MacOS est une extension Chrome développée par momosuke, et sa fonction principale est "MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bing AI Enter for MacOS

Téléchargez les fichiers d'extension Bing AI Enter for MacOS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bing AI Enter for MacOS Bing AI Enter for MacOS
ID bdfkkioaofakkiiephkolmgfahjkjfmf
URL Officiel https://chrome.google.com/webstore/detail/bing-ai-enter-for-macos/bdfkkioaofakkiiephkolmgfahjkjfmf
Description MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます.
Taille du Fichier 1.25 MB
Nombre d'Installations 321
Version Actuelle 1.1
Dernière Mise à Jour 2023-04-30
Date de Publication 2023-03-13
Évaluation 5.00/5 Total 7 Évaluations
Développeur momosuke
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}