Taskutter
ChatWorkのメッセージをマイチャット(設定したルーム)のタスクに引用できる拡張
What is Taskutter?
Taskutter is a Chrome extension developed by yaginuuu, and its main feature is "ChatWorkのメッセージをマイチャット(設定したルーム)のタスクに引用できる拡張".
Extension Screenshots
Download Taskutter Extension CRX File
Download Taskutter 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のタイムラインにおいて、メッセージ部分を選択して、マイチャットにタスク化することができます。 アイコンをクリックし、マイチャットIDを入力, 保存してください。 タスク化したいメッセージ部分を選択し、「タスクに引用(マイチャット)」をクリックしてください。
Extension Basic Information
Name | Taskutter |
ID | cahkjpfeopdclfcbnblnifinpmodcbdh |
Official URL | https://chromewebstore.google.com/detail/taskutter/cahkjpfeopdclfcbnblnifinpmodcbdh |
Description | ChatWorkのメッセージをマイチャット(設定したルーム)のタスクに引用できる拡張 |
File Size | 43.54 KB |
Installation Count | 28 |
Current Version | 1.0.1 |
Last Updated | 2017-08-21 |
Publish Date | 2017-08-21 |
Developer | yaginuuu |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Taskutter", "version": "1.0.1", "description": "ChatWork\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30de\u30a4\u30c1\u30e3\u30c3\u30c8(\u8a2d\u5b9a\u3057\u305f\u30eb\u30fc\u30e0)\u306e\u30bf\u30b9\u30af\u306b\u5f15\u7528\u3067\u304d\u308b\u62e1\u5f35", "content_scripts": [ { "matches": [ "https:\/\/kcw.kddi.ne.jp\/*", "https:\/\/www.chatwork.com\/*" ], "js": [ "js\/jquery-2.1.1.min.js", "js\/jquery.selection.js", "js\/popup.js", "js\/main.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.jpg", "48": "icons\/48.jpg", "128": "icons\/128.jpg" }, "browser_action": { "default_popup": "html\/popup.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "js\/background.js" ] } } |