munierujp / direct_helper

ビジネスチャットツールdirectに便利な機能を追加するChrome拡張
https://chrome.google.com/webstore/detail/direct-helper/fhbllgfoempopcijliicheinpdbohdic
8 stars 0 forks source link

サムネイル画像サイズ変更機能の追加 #5

Closed munierujp closed 7 years ago

munierujp commented 7 years ago

What

サムネイル画像のサイズを変更可能にする。

Why

サムネイル画像のサイズが大きいため。

How

画像を含むいずれかの要素のwidthmax-widthなどを変更する。

munierujp commented 7 years ago

.msg-text-contained-thumbwidthがデフォルトで600pxなので、それを書き換えればよさそう。

munierujp commented 7 years ago

設定画面にラジオボタン実装するのが面倒なので、ひとまず数値で指定できるようにする。

munierujp commented 7 years ago

画像を検知するためにはトークの追加を監視する必要があるので、メッセージの監視機能のサブメソッド(observeAddingTalk()とか)を汎用的な設計(引数に処理関数を追加)にして、使いまわす。