Chatwork Input Tools
Add text decoration icons to ChatWork.
Chatwork Input Tools란 무엇입니까?
Chatwork Input Tools은(는) Takahiro Maeda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add text decoration icons to ChatWork."입니다.
확장 프로그램 스크린샷
Chatwork Input Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
選択したメッセージをタグで囲むことができます。 タグの効果については公式サポートページをご覧ください。 http://support-ja.chatwork.com/hc/ja/articles/203127904-投稿に装飾はできますか- -- 2017/03/15 ChatWorkの仕様変更に対応しました。 2016/07/10 メッセージ入力欄にリスト作成のサポートを追加しました。 TOリストにすべて選択 (アイコンのみ)を追加しました。 2015/12/25 TOリストの大きさを2倍にしました。 2015/10/28 公開しました。
확장 프로그램 기본 정보
이름 | Chatwork Input Tools |
ID | iaemcpeoioekjbbephpefmdoncmpdcdc |
공식 URL | https://chromewebstore.google.com/detail/chatwork-input-tools/iaemcpeoioekjbbephpefmdoncmpdcdc |
설명 | Add text decoration icons to ChatWork. |
파일 크기 | 6.39 KB |
설치 횟수 | 41,366 |
현재 버전 | 1.6.1 |
최근 업데이트 | 2023-08-28 |
출시 날짜 | 2019-10-06 |
평점 | 4.25/5 총 16 개의 평점 |
개발자 | Takahiro Maeda |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "matches": [ "https:\/\/www.chatwork.com\/*", "https:\/\/kcw.kddi.ne.jp\/*" ], "run_at": "document_end" } ], "default_locale": "ja", "description": "__MSG_appDesc__", "manifest_version": 3, "name": "Chatwork Input Tools", "version": "1.6.1" } |