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
官方網址 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"
}