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によって開発されたChromeの拡張機能で、その主な機能は「Adds button to add the topics to your favorites list on Google Chat」です。

拡張機能のスクリーンショット

screenshot
screenshot

Google Chat My Favorites拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}