ChatExt - Google Chat theme
ChatExt - Best look and feel for Google Chat
ChatExt - Google Chat theme क्या है?
ChatExt - Google Chat theme DNG Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChatExt - Best look and feel for Google Chat"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatExt - Google Chat theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Đổ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 |
ID | ppiekebgabmlkcdcgakidaebddgbbnni |
आधिकारिक URL | 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 } |