Skip to content

ryoichi-u/chatwork_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Google Chrome Extention for Chatwork

Getting Started

Chrome ウェブストアに登録してあるのでご自身のブラウザに登録してください https://chrome.google.com/webstore/detail/chatworkhelper/ddejlbfddlhkoaomiocpbjmpnjkbcnkj

Feature

Attaching all read button on top of room list

すべて既読ボタンがルーム一覧の上部に追加されます

room list top
https://gyazo.com/5925496f52e6e8a79fc13157d0252af2

Type shortcut key at beginning of line

以下のコマンドを段落の先頭で打つと様々な機能が利用できます

function shortcut key comment
to all member as short tab @@ + enter http://goo.gl/ypKUnv
open toList :to + enter
output tab easy (ex. [info][/info]) :info + enter can use :info, :code and :title
jump to search :f + enter
move message to task :task + enter
open fileUpload :file + enter
only show message to you :me + enter http://goo.gl/tdJJhd
only show message from you :mine + enter
show all message :all + enter
内容 ショートカット 備考
全員toを短縮形で使えるようにする @@ + enter 要望 http://goo.gl/ypKUnv
toListを開く :to + enter 右側のタスク作成でもOK
全て既読にするボタン付ける なし ルーム一覧の上にボタン
[info][/info]などのタグを簡単に作る :info + enter info, code, titleに対応
検索窓に移る :f + enter
メッセージに書いていた文字をタスクに移す :task + enter
fileUploadを開ける :file + enter
自分へのto以外は隠す :me + enter 要望 http://goo.gl/tdJJhd
自分の送信以外は隠す :mine + enter
隠したメッセージを戻す :all + enter

How to Development