Chatwork Input Tools

Add text decoration icons to ChatWork.

Cos'è Chatwork Input Tools?

Chatwork Input Tools è un'estensione di Chrome sviluppata da Takahiro Maeda, e la sua funzione principale è "Add text decoration icons to ChatWork.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chatwork Input Tools

Scarica i file di estensione Chatwork Input Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        選択したメッセージをタグで囲むことができます。

タグの効果については公式サポートページをご覧ください。
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
公開しました。                    

Informazioni di Base sull'Estensione

Nome Chatwork Input Tools Chatwork Input Tools
ID iaemcpeoioekjbbephpefmdoncmpdcdc
URL Ufficiale https://chromewebstore.google.com/detail/chatwork-input-tools/iaemcpeoioekjbbephpefmdoncmpdcdc
Descrizione Add text decoration icons to ChatWork.
Dimensione del File 6.39 KB
Conteggio Installazioni 41,366
Versione Corrente 1.6.1
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2019-10-06
Valutazione 4.25/5 Totale 16 Valutazioni
Sviluppatore Takahiro Maeda
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}