Keybinds for Google Chat
Google Chatのキー設定を変更できます。
什麼是Keybinds for Google Chat?
Keybinds for Google Chat是由Aki開發的Chrome擴展程式,該擴展的主要功能是“Google Chatのキー設定を変更できます。”。
擴展截圖
下載Keybinds for Google Chat擴展crx文件
下載Keybinds for Google Chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | kabocfciobpmopkcbiphmgdljpdlighk |
官方網址 | 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" ] } |