Tweaks for Google Chat

Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.

ما هو Tweaks for Google Chat؟

Tweaks for Google Chat هو إضافة Chrome تم تطويرها بواسطة AdamMcDonagh، والميزة الرئيسية لها هي "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

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

screenshot

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

قم بتنزيل ملفات الامتداد Tweaks for Google Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a fork of the original "Google Chat thread links & quote reply" which appears to no longer be supported.

For old style chat rooms, adds a button on each message to quote reply to them.
Also hides GitHub Enterprise and Google sign-in previews since they always show up empty in Google Chat.                    

معلومات أساسية عن التمديد

الاسم Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
عنوان URL الرسمي https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
الوصف Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
حجم الملف 14.01 KB
عدد التثبيتات 14,178
النسخة الحالية 1.0.4
آخر تحديث 2023-07-09
تاريخ النشر 2021-05-29
تقييم 3.82/5 مجموع تقييمات 11
المطور AdamMcDonagh
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/adammcdonagh/google-chat-tweaks
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweaks for Google Chat",
    "description": "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}