Bing AI Enter for MacOS
MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます.
什么是Bing AI Enter for MacOS?
Bing AI Enter for MacOS是由momosuke开发的Chrome扩展程序,该扩展的主要功能是“MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます.”。
扩展截图
下载Bing AI Enter for MacOS扩展crx文件
下载Bing AI Enter for MacOS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | bdfkkioaofakkiiephkolmgfahjkjfmf |
| 官方URL | https://chrome.google.com/webstore/detail/bing-ai-enter-for-macos/bdfkkioaofakkiiephkolmgfahjkjfmf |
| 简介 | MacOSでBing AI Chatを使う際,エンターを押したときに送信されるのを防ぐ拡張機能です.Command + Enterで送信することができます. |
| 文件大小 | 1.25 MB |
| 安装次数 | 321 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-04-30 |
| 上架时间 | 2023-03-13 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | momosuke |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |