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 emrahonder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds button to add the topics to your favorites list on Google Chat"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Chat My Favorites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}