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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}