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"입니다.
확장 프로그램 스크린샷
ChatExt - Google Chat theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |