Chatwork Input Tools
Add text decoration icons to ChatWork.
What is Chatwork Input Tools?
Chatwork Input Tools is a Chrome extension developed by Takahiro Maeda, and its main feature is "Add text decoration icons to ChatWork.".
Extension Screenshots
Download Chatwork Input Tools Extension CRX File
Download Chatwork Input Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
選択したメッセージをタグで囲むことができます。 タグの効果については公式サポートページをご覧ください。 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 公開しました。
Extension Basic Information
Name | Chatwork Input Tools |
ID | iaemcpeoioekjbbephpefmdoncmpdcdc |
Official URL | https://chromewebstore.google.com/detail/chatwork-input-tools/iaemcpeoioekjbbephpefmdoncmpdcdc |
Description | Add text decoration icons to ChatWork. |
File Size | 6.39 KB |
Installation Count | 41,366 |
Current Version | 1.6.1 |
Last Updated | 2023-08-28 |
Publish Date | 2019-10-06 |
Rating | 4.25/5 Total 16 Ratings |
Developer | Takahiro Maeda |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |