Google Chat My Favorites

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

Co je Google Chat My Favorites?

Google Chat My Favorites je rozšíření Chrome vyvinuté emrahonder, a jeho hlavní funkcí je „Adds button to add the topics to your favorites list on Google Chat“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Chat My Favorites

Stáhněte si soubory rozšíření Google Chat My Favorites ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Google Chat My Favorites Google Chat My Favorites
ID jamfmodpfjlcoemkkphkpmldidhkkogd
Oficiální URL https://chromewebstore.google.com/detail/google-chat-my-favorites/jamfmodpfjlcoemkkphkpmldidhkkogd
Popis Adds button to add the topics to your favorites list on Google Chat
Velikost souboru 16.55 KB
Počet instalací 749
Aktuální Verze 0.0.4
Poslední Aktualizace 2022-11-07
Datum Vydání 2022-09-26
Hodnocení 3.86/5 Celkem 7 Hodnocení
Vývojář emrahonder
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}