Google Chat My Favorites

Adds button to add the topics to your favorites list on Google Chat

ما هو Google Chat My Favorites؟

Google Chat My Favorites هو إضافة Chrome تم تطويرها بواسطة emrahonder، والميزة الرئيسية لها هي "Adds button to add the topics to your favorites list on Google Chat".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Google Chat My Favorites

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

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

                        Google Chat does not have any function to help you make any topics your favourites 

This plugin adds a button to each thread to add them to your favourites list and you can easily reach them.

If you like it, consider giving to help keep the extension running.
https://www.buymeacoffee.com/emrahonder                    

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

الاسم Google Chat My Favorites Google Chat My Favorites
ID jamfmodpfjlcoemkkphkpmldidhkkogd
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-chat-my-favorites/jamfmodpfjlcoemkkphkpmldidhkkogd
الوصف Adds button to add the topics to your favorites list on Google Chat
حجم الملف 16.55 KB
عدد التثبيتات 749
النسخة الحالية 0.0.4
آخر تحديث 2022-11-07
تاريخ النشر 2022-09-26
تقييم 3.86/5 مجموع تقييمات 7
المطور emrahonder
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "style.js",
                "constants.js",
                "utils.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "description": "Adds button to add the topics to your favorites list on Google Chat",
    "manifest_version": 3,
    "name": "Google Chat My Favorites",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4"
}