Chatwork Stamp

チャットワークにスタンプ機能を追加します。各ルームにアップ済みの画像をスタンプとして手軽に貼り付けられます。

Cos'è Chatwork Stamp?

Chatwork Stamp è un'estensione di Chrome sviluppata da hngm, e la sua funzione principale è "チャットワークにスタンプ機能を追加します。各ルームにアップ済みの画像をスタンプとして手軽に貼り付けられます。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chatwork Stamp

Scarica i file di estensione Chatwork Stamp 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

                        チャットサービスである「チャットワーク」へ、スタンプ機能を追加します。
各チャットルームにアップロードされた画像を自動で読み込み、スタンプとして利用できます。

■機能紹介
・画像をお気に入り登録し、上位表示が行えます
・スタンプリストはお気に入りのみの表示に切り替えることが出来ます
・スタンプのサイズを選択出来ます(Ver1.1.0からの新機能)                    

Informazioni di Base sull'Estensione

Nome Chatwork Stamp Chatwork Stamp
ID aapbigbnabephnfegkgaaeehbdfkdapg
URL Ufficiale https://chromewebstore.google.com/detail/chatwork-stamp/aapbigbnabephnfegkgaaeehbdfkdapg
Descrizione チャットワークにスタンプ機能を追加します。各ルームにアップ済みの画像をスタンプとして手軽に貼り付けられます。
Dimensione del File 36.72 KB
Conteggio Installazioni 203
Versione Corrente 1.2
Ultimo Aggiornamento 2020-11-12
Data di Pubblicazione 2019-10-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore hngm
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatwork Stamp",
    "version": "1.2",
    "manifest_version": 2,
    "description": "\u30c1\u30e3\u30c3\u30c8\u30ef\u30fc\u30af\u306b\u30b9\u30bf\u30f3\u30d7\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002\u5404\u30eb\u30fc\u30e0\u306b\u30a2\u30c3\u30d7\u6e08\u307f\u306e\u753b\u50cf\u3092\u30b9\u30bf\u30f3\u30d7\u3068\u3057\u3066\u624b\u8efd\u306b\u8cbc\u308a\u4ed8\u3051\u3089\u308c\u307e\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.chatwork.com\/*"
            ],
            "css": [
                "cwstamp.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "exec.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "background",
        "https:\/\/*.chatwork.com\/*",
        "storage"
    ]
}