Chatwork Helper

Improve `TO:` action

What is Chatwork Helper?

Chatwork Helper is a Chrome extension developed by https://nyangryy.hatenablog.com, and its main feature is "Improve `TO:` action".

Download Chatwork Helper Extension CRX File

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

                        chatworkのチャット入力欄で「@ 」(アットマーク+スペース)と入力すると、 TO: 選択欄が開くだけの簡単なお仕事です。                    

Extension Basic Information

Name Chatwork Helper Chatwork Helper
ID pcgdbdgefiadeapocfhikcindmaeohca
Official URL https://chromewebstore.google.com/detail/chatwork-helper/pcgdbdgefiadeapocfhikcindmaeohca
Description Improve `TO:` action
File Size 32.68 KB
Installation Count 28
Current Version 1.0.0
Last Updated 2016-02-25
Publish Date 2016-02-25
Rating 5.00/5 Total 1 Ratings
Developer https://nyangryy.hatenablog.com
Email [email protected]
Payment Type free
Extension Website https://github.com/nyangry/chatwork-shortcut-helper
Help Page URL https://github.com/nyangry/chatwork-shortcut-helper
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "Chatwork Helper",
    "description": "Improve `TO:` action",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chatwork.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "bower_components\/jquery\/dist\/jquery.min.map"
    ]
}