Chat++ for Chatwork
An all-in-one Chatwork Enhancement Toolkit which provides many useful features!
Chat++ for Chatwork란 무엇입니까?
Chat++ for Chatwork은(는) thangtd90에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An all-in-one Chatwork Enhancement Toolkit which provides many useful features!"입니다.
확장 프로그램 스크린샷
Chat++ for Chatwork 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An all-in-one Chatwork Enhancement Toolkit made by Tran Duc Thang & Nguyen Anh Tien. I have just published the Privacy Policy here: https://chatpp.thangtd.com/privacy-policy.html Main Features: ■ Additional Emoticons for Chatwork. ■ Create, use and share your own Emoticons Data. ■ Easily mention a person by typing @. ■ Mention all people in a room by typing @all. Mention your self by typing @me. ■ Mention people in your friend list even when they are not present in current chat room by typing @#. ■ Just display user picon (without mentioning) by adding . ■ Mention a person or all people without name by adding _ ■ Register and then mention Group of people by typing only Group name. ■ Many useful shortcuts. ■ Easily check Room Information. ■ Quickly add a large number of users into a room ■ Quickly insert [info] [title] [code] tag by clicking a single button ■ And more awesome features coming soon ... Contributing: https://github.com/wataridori/chatpp
확장 프로그램 기본 정보
이름 | |
ID | amhfnpimdfcdcpnchjionbddjjbmofnl |
공식 URL | https://chrome.google.com/webstore/detail/chat++-for-chatwork/amhfnpimdfcdcpnchjionbddjjbmofnl |
설명 | An all-in-one Chatwork Enhancement Toolkit which provides many useful features! |
파일 크기 | 255 KB |
설치 횟수 | 5,190 |
현재 버전 | 5.10.2 |
최근 업데이트 | 2021-07-15 |
출시 날짜 | 2020-05-16 |
평점 | 4.85/5 총 254 개의 평점 |
개발자 | thangtd90 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://chatpp.thangtd.com/ |
개인정보 보호 정책 페이지 URL | https://chatpp.thangtd.com/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chat++ for Chatwork", "short_name": "Chat++", "version": "5.10.2", "manifest_version": 2, "description": "An all-in-one Chatwork Enhancement Toolkit which provides many useful features!", "content_scripts": [ { "matches": [ "https:\/\/*.chatwork.com\/*", "https:\/\/kcw.kddi.ne.jp\/*" ], "run_at": "document_start", "js": [ "js\/extensions\/injectPreloadHook.js" ] }, { "matches": [ "https:\/\/www.chatwork.com\/*", "https:\/\/kcw.kddi.ne.jp\/*" ], "js": [ "js\/libraries\/jquery.min.js", "js\/extensions\/contentscript.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/extensions\/background.js" ] }, "web_accessible_resources": [ "js\/extensions\/preloadHook.js", "js\/libraries\/caretposition.js", "js\/libraries\/fuse.min.js", "js\/internals\/all.js" ], "browser_action": { "default_icon": "img\/icon64.png", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "https:\/\/www.chatwork.com\/*", "https:\/\/kcw.kddi.ne.jp\/*" ], "options_page": "html\/emoticon.html", "icons": { "32": "img\/icon32.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "homepage_url": "http:\/\/chatpp.thangtd.com" } |