Bing AI Enter for MacOS
MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます.
What is Bing AI Enter for MacOS?
Bing AI Enter for MacOS is a Chrome extension developed by momosuke, and its main feature is "MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます.".
Extension Screenshots
Download Bing AI Enter for MacOS Extension CRX File
Download Bing AI Enter for MacOS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bing AI Enter for MacOS |
ID | bdfkkioaofakkiiephkolmgfahjkjfmf |
Official URL | https://chrome.google.com/webstore/detail/bing-ai-enter-for-macos/bdfkkioaofakkiiephkolmgfahjkjfmf |
Description | MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます. |
File Size | 1.25 MB |
Installation Count | 321 |
Current Version | 1.1 |
Last Updated | 2023-04-30 |
Publish Date | 2023-03-13 |
Rating | 5.00/5 Total 7 Ratings |
Developer | momosuke |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |