Keybinds for Google Chat

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

ما هو Keybinds for Google Chat؟

Keybinds for Google Chat هو إضافة Chrome تم تطويرها بواسطة Aki، والميزة الرئيسية لها هي "Google Chatのキー設定を変更できます。".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Keybinds for Google Chat

قم بتنزيل ملفات الامتداد Keybinds for Google Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}