ImgConverter
5 件の評価
)概要
ImgConverter converts from image of markdown notation to to img tag
## Overview ImgConverter is chrome extension that converts form image of markdown notation to img tag(`<img>`) when you upload images Please check detail information: https://github.com/funzin/ImgConverter 💁♂️ ## Support image format - PNG (.png) - JPEG (.jpg) - GIF(.gif) ## Confirmed services - Github - esa - Docbase etc. ## Usage It's simple.👨💻 1. Upload images to issue or pull request or comment on Github 2. Tap ImgConverter icon 3. **Converted `<img>`!!** ## Options You can set default values for width and height of `<img>` on option page. 1. Right click on ImgConverter icon and then tap `[Options]` 2. Show options page ### Example #### No input ``` // before ![title](https://user-images.githubusercontent.com/test.png) // after // Default value is `width=50%` <img src=https://user-images.githubusercontent.com/test.png width=50%> ``` #### Input only width Input `width=200px`. ``` // before ![title](https://user-images.githubusercontent.com/test.png) // after // Default value is `width=200px` <img src=https://user-images.githubusercontent.com/test.png width=200px> ``` #### Input only height Input `height=200px` ``` // before ![title](https://user-images.githubusercontent.com/test.png) // after // Default value is `height=200px` <img src=https://user-images.githubusercontent.com/test.png height=200px> ``` #### Input width and height Input `width=200px`, `height=200px` ``` // before ![title](https://user-images.githubusercontent.com/test.png) // after // default value is `width=200px height=200px` <img src=https://user-images.githubusercontent.com/test.png width=200px height=200px> ``` ## Contact If you discover problem or have opinions, please let me know through [Github issues](https://github.com/funzin/ImgConverter/issues)💁♂️ ## Author funzin, nakazawa.fumito@gmail.com ## License ImgConverter is available under the MIT license. See the [LICENSE file](https://github.com/funzin/ImgConverter/blob/master/LICENSE.md) for more info.
5 点満点で 55 件の評価
Google ではレビューを確認していません。 結果とレビューについて、詳しくはこちらをご覧ください。
詳細
- バージョン0.2.1
- 更新:2021年10月25日
- 提供元funzin
- サイズ19.93MiB
- 言語English
- デベロッパー
メール
nakazawa.fumito@gmail.com - 非取引業者このデベロッパーは取引業者として申告していません。EU 加盟国の消費者とこのデベロッパーとの間に締結された契約には、消費者の権利が適用されません。
プライバシー
このデベロッパーは、お客様のデータについて以下を宣言しています
- 承認されている以外の用途で第三者に販売しないこと
- アイテムの中心機能と関係のない目的で使用または転送しないこと
- 信用力を判断する目的または融資目的で使用または転送しないこと
サポート
質問や提案、問題がある場合は、パソコンのブラウザでこのページを開いてください