Description from extension meta
Replace markdown format images pasted into text areas (such as GitHub) with image tags
Image from store
Description from store
GitHub の Issue や PullRequest などのテキストエリアにあるマークダウン形式の画像を img タグに置き換えて、画像のサイズ調整をしやすくするツールです。
変更前: 
変更後: <img width="500" src="画像URL" />
変更後の img 要素には、デフォルトで width を 500px で指定しました。img タグへの変換後に、適したサイズに書き換えることができます。
GitHub の Issue や Pull Request 上のテキストエリアに画像をアップロードした際、デフォルトで Markdown 形式になった場合に画像のサイズ調整がしにくかったため、この拡張機能を作りました。