Threads for Google Chat

Display Thread Link in Google Chat

ما هو Threads for Google Chat؟

Threads for Google Chat هو إضافة Chrome تم تطويرها بواسطة nagamaaaaachi، والميزة الرئيسية لها هي "Display Thread Link in Google Chat".

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

screenshot

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

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

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

                        Google Chat 向けの拡張機能です。
ルームのスレッドをリスト化して、簡単に目的のスレッドまでスクロールすることができるようになります。

This is an extension for Google Chat.
You will be able to list threads in the room and easily scroll to the thread you are looking for!

# Supported Language:

- Japanese
- English                    

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

الاسم Threads for Google Chat Threads for Google Chat
ID ofeljikmiggiajkgahjkfadmdipacbmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/threads-for-google-chat/ofeljikmiggiajkgahjkfadmdipacbmm
الوصف Display Thread Link in Google Chat
حجم الملف 55.14 KB
عدد التثبيتات 5,027
النسخة الحالية 2.2.0
آخر تحديث 2022-04-12
تاريخ النشر 2020-10-06
تقييم 4.60/5 مجموع تقييمات 5
المطور nagamaaaaachi
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Threads for Google Chat",
    "version": "2.2.0",
    "manifest_version": 3,
    "description": "Display Thread Link in Google Chat",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/app.js"
            ],
            "css": [
                "css\/app.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "48.png"
    }
}