Google Chat 改行キー設定
Enterで改行、Shift/Ctrl/Alt + Enterで投稿するよう設定できる機能
What is Google Chat 改行キー設定?
Google Chat 改行キー設定 is a Chrome extension developed by 【NXTED】M.F, and its main feature is "Enterで改行、Shift/Ctrl/Alt + Enterで投稿するよう設定できる機能".
Extension Screenshots
Download Google Chat 改行キー設定 Extension CRX File
Download Google Chat 改行キー設定 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
Google Chat 使用時の改行キーの設定機能を提供します。 使用できる設定は以下の4通りです。 ・Shift + Enter で改行。Enter で投稿。(デフォルト) ・Enter で改行。Shift + Enter で投稿。 ・Enter で改行。Ctrl + Enter で投稿。 ・Enter で改行。Alt + Enter で投稿。 設定の切り替えは拡張機能のポップアップから行ってください。 設定を変更した際は、Google Chat のページを更新してください。 アプリ版の Google Chat でも使用可能です。設定を変更した際は、アプリを開き直してください。 動作確認環境: Windows11
Extension Basic Information
Name | Google Chat 改行キー設定 |
ID | mfnigpcpfllpnmaobnojkhbhkefnemhk |
Official URL | https://chromewebstore.google.com/detail/google-chat-%E6%94%B9%E8%A1%8C%E3%82%AD%E3%83%BC%E8%A8%AD%E5%AE%9A/mfnigpcpfllpnmaobnojkhbhkefnemhk |
Description | Enterで改行、Shift/Ctrl/Alt + Enterで投稿するよう設定できる機能 |
File Size | 5.88 KB |
Installation Count | 7,000 |
Current Version | 1.0.0 |
Last Updated | 2023-09-11 |
Publish Date | 2023-09-11 |
Rating | 5.00/5 Total 4 Ratings |
Developer | 【NXTED】M.F |
[email protected] | |
Payment Type | free |
Extension Website | https://www.nxted.co.jp/ |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Chat \u6539\u884c\u30ad\u30fc\u8a2d\u5b9a", "description": "Enter\u3067\u6539\u884c\u3001Shift\/Ctrl\/Alt + Enter\u3067\u6295\u7a3f\u3059\u308b\u3088\u3046\u8a2d\u5b9a\u3067\u304d\u308b\u6a5f\u80fd", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/chat.google.com\/*" ], "js": [ "custom_line_break.js" ], "all_frames": true } ], "action": { "default_title": "\u6539\u884c\u8a2d\u5b9a\/Options", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |