Chatwork Input Tools
Add text decoration icons to ChatWork.
Wat is Chatwork Input Tools?
Chatwork Input Tools is een Chrome-extensie ontwikkeld door Takahiro Maeda, en de belangrijkste functie is "Add text decoration icons to ChatWork.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatwork Input Tools
Download Chatwork Input Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        選択したメッセージをタグで囲むことができます。
タグの効果については公式サポートページをご覧ください。
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
公開しました。                     Basisinformatie over de Extensie
| Naam |   |  
| ID | iaemcpeoioekjbbephpefmdoncmpdcdc | 
| Officiële URL | https://chromewebstore.google.com/detail/chatwork-input-tools/iaemcpeoioekjbbephpefmdoncmpdcdc | 
| Beschrijving | Add text decoration icons to ChatWork. | 
| Bestandsgrootte | 6.39 KB | 
| Aantal Installaties | 41,366 | 
| Huidige Versie | 1.6.1 | 
| Laatst Bijgewerkt | 2023-08-28 | 
| Publicatiedatum | 2019-10-06 | 
| Beoordeling | 4.25/5 Totaal 16 Beoordelingen | 
| Ontwikkelaar | Takahiro Maeda | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
}  |  |