ImgConverter

CRX ID
pkgimcoeodgcdfnidhgijpopkfhbcomm
Status
Live on Store
Description from extension meta

ImgConverter converts from image of markdown notation to to img tag

Image from store
ImgConverter
Description from store

## 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, [email protected]

## License
ImgConverter is available under the MIT license. See the [LICENSE file](https://github.com/funzin/ImgConverter/blob/master/LICENSE.md) for more info.

Latest reviews

Syoji Wanibuchi 2021-09-05

This is what I've wanted since I started using GitHub.

Syoji Wanibuchi 2021-09-05

This is what I've wanted since I started using GitHub.

ๅ €ๅฃ่ฒดๅคฎ 2021-05-14

็ฅžใƒ„ใƒผใƒซใงใ™

Yuzuru Ozawa 2021-04-25

I really wanted this feature on GitHub. Great work.

Yuzuru Ozawa 2021-04-25

I really wanted this feature on GitHub. Great work.

Kosuke Ogawa 2019-08-01

ใ‚นใ‚ฏใƒชใƒผใƒณใ‚ทใƒงใƒƒใƒˆใ‚’ใ‚ขใƒƒใƒ—ใ™ใ‚‹้š›ใ€ใ‚ตใ‚คใ‚บ่ชฟๆ•ดใŒใงใใฆไพฟๅˆฉใงใ™ใ€‚

Statistics

Installs
219
Market
Chrome Web Store
Category
Rating
5.0 (5 votes)
Last update
2021-10-26
Version 0.2.1
Languages
en