Google Chat 改行キー設定

Enterで改行、Shift/Ctrl/Alt + Enterで投稿するよう設定できる機能

Google Chat 改行キー設定란 무엇입니까?

Google Chat 改行キー設定은(는) 【NXTED】M.F에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enterで改行、Shift/Ctrl/Alt + Enterで投稿するよう設定できる機能"입니다.

확장 프로그램 스크린샷

screenshot

Google Chat 改行キー設定 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Google Chat 使用時の改行キーの設定機能を提供します。

使用できる設定は以下の4通りです。
・Shift + Enter で改行。Enter で投稿。(デフォルト)
・Enter で改行。Shift + Enter で投稿。
・Enter で改行。Ctrl + Enter で投稿。
・Enter で改行。Alt + Enter で投稿。

設定の切り替えは拡張機能のポップアップから行ってください。
設定を変更した際は、Google Chat のページを更新してください。
アプリ版の Google Chat でも使用可能です。設定を変更した際は、アプリを開き直してください。

動作確認環境: Windows11                    

확장 프로그램 기본 정보

이름 Google Chat 改行キー設定 Google Chat 改行キー設定
ID mfnigpcpfllpnmaobnojkhbhkefnemhk
공식 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
설명 Enterで改行、Shift/Ctrl/Alt + Enterで投稿するよう設定できる機能
파일 크기 5.88 KB
설치 횟수 7,000
현재 버전 1.0.0
최근 업데이트 2023-09-11
출시 날짜 2023-09-11
평점 5.00/5 총 4 개의 평점
개발자 【NXTED】M.F
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.nxted.co.jp/
지원되는 언어 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"
    ]
}