Keybinds for Google Chat

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

Qu'est-ce que Keybinds for Google Chat ?

Keybinds for Google Chat est une extension Chrome développée par Aki, et sa fonction principale est "Google Chatのキー設定を変更できます。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Keybinds for Google Chat

Téléchargez les fichiers d'extension Keybinds for Google Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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に変更する機能を実装                    

Informations de Base sur l'Extension

Nom Keybinds for Google Chat Keybinds for Google Chat
ID kabocfciobpmopkcbiphmgdljpdlighk
URL Officiel https://chromewebstore.google.com/detail/keybinds-for-google-chat/kabocfciobpmopkcbiphmgdljpdlighk
Description Google Chatのキー設定を変更できます。
Taille du Fichier 121 KB
Nombre d'Installations 278
Version Actuelle 2.0.3
Dernière Mise à Jour 2024-01-29
Date de Publication 2023-07-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur Aki
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}