Keybinds for Google Chat

Google Chatのキー設定を変更できます。

Keybinds for Google Chat란 무엇입니까?

Keybinds for Google Chat은(는) Aki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Chatのキー設定を変更できます。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Keybinds for Google Chat 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Google Chat上で動作します。

※ポップアップから設定変更が可能です。
※設定変更後はGoogle Chatページのリロードが必要です。

変更できる操作
・メッセージの送信
・メッセージの改行

設定できるキー
・Enter
・Shift + Enter
・Alt + Enter
・Ctrl + Enter
・Command + Enter(Mac限定)

更新情報
v2
・以下の中からキー設定ができるように変更
 ・Enter
 ・Shift + Enter
 ・Alt + Enter
 ・Ctrl + Enter
 ・Command + Enter

v1
・メッセージの送信ボタンをShift + Enterに変更する機能を実装
・メッセージの改行ボタンをEnterに変更する機能を実装                    

확장 프로그램 기본 정보

이름 Keybinds for Google Chat Keybinds for Google Chat
ID kabocfciobpmopkcbiphmgdljpdlighk
공식 URL https://chromewebstore.google.com/detail/keybinds-for-google-chat/kabocfciobpmopkcbiphmgdljpdlighk
설명 Google Chatのキー設定を変更できます。
파일 크기 121 KB
설치 횟수 278
현재 버전 2.0.3
최근 업데이트 2024-01-29
출시 날짜 2023-07-30
평점 5.00/5 총 1 개의 평점
개발자 Aki
이메일 [email protected]
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keybinds for Google Chat",
    "version": "2.0.3",
    "description": "Google Chat\u306e\u30ad\u30fc\u8a2d\u5b9a\u3092\u5909\u66f4\u3067\u304d\u307e\u3059\u3002",
    "action": {
        "default_title": "\u8a2d\u5b9a",
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.google.com\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}