ChatExt - Google Chat theme

ChatExt - Best look and feel for Google Chat

什麼是ChatExt - Google Chat theme?

ChatExt - Google Chat theme是由DNG Team開發的Chrome擴展程式,該擴展的主要功能是“ChatExt - Best look and feel for Google Chat”。

擴展截圖

screenshot
screenshot
screenshot

下載ChatExt - Google Chat theme擴展crx文件

下載ChatExt - Google Chat theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Đổi giao diện google chat, thân thiện, thông minh với người sử dụng hơn.

website:
http://chatext.cloudns.org

Release note:
2024.Feb.06: Welcome Tet holiday 2024.
2024.Jan.15: Compatible with Japanese language users has been integrated.
2024.Jan.10: Happy new year #newfeature #Improve UI
*******
2023.Dec.29: Last release 2023.
2023.Dec.28: Apply scroll style.
2023.Dec.27: Improve user experience, fix bugs related to display all spaces.
2023.Dec.26: Fix display on some device.
2023.Dec.25: Support New UI.
2023.Nov.27.2023: Fix Bug.
2023.Oct.31.2023: Fix UI broken                    

擴展基本資訊

名稱 ChatExt - Google Chat theme ChatExt - Google Chat theme
ID ppiekebgabmlkcdcgakidaebddgbbnni
官方網址 https://chromewebstore.google.com/detail/chatext-google-chat-theme/ppiekebgabmlkcdcgakidaebddgbbnni
簡介 ChatExt - Best look and feel for Google Chat
檔案大小 2.71 MB
安裝次數 1,252
目前版本 1.0.0.33
更新時間 2024-02-06
上架時間 2022-05-23
評分 4.74/5 共 19 次評分
開發者 DNG Team
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://chatext.cloudns.org?page_id=26
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatExt - Google Chat theme",
    "short_name": "ChatExt",
    "version": "1.0.0.33",
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "64": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "description": "ChatExt - Best look and feel for Google Chat",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "libs\/jquery-ui.js",
                "app2.js",
                "private-chat.js"
            ],
            "css": [
                "css\/private-chat.css",
                "css\/setting-space.css",
                "css\/app2.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}