Chatwork Stamp

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

What is Chatwork Stamp?

Chatwork Stamp is a Chrome extension developed by hngm, and its main feature is "チャットワークにスタンプ機能を追加します。各ルームにアップ済みの画像をスタンプとして手軽に貼り付けられます。".

Extension Screenshots

screenshot

Download Chatwork Stamp Extension CRX File

Download Chatwork Stamp 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

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

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

Extension Basic Information

Name Chatwork Stamp Chatwork Stamp
ID aapbigbnabephnfegkgaaeehbdfkdapg
Official URL https://chromewebstore.google.com/detail/chatwork-stamp/aapbigbnabephnfegkgaaeehbdfkdapg
Description チャットワークにスタンプ機能を追加します。各ルームにアップ済みの画像をスタンプとして手軽に貼り付けられます。
File Size 36.72 KB
Installation Count 203
Current Version 1.2
Last Updated 2020-11-12
Publish Date 2019-10-17
Rating 5.00/5 Total 2 Ratings
Developer hngm
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}