ImgConverter chrome extension

Version: 0.2.1
ImgConverter
ImgConverter converts from image of markdown notation to to img tag
5.00 Based on 7 user rates

What is ImgConverter?

ImgConverter is a accessibility chrome extension. it's a free extension , it has 503 active users since released its first version, it earns an average rating of 5.00 from 7 rated user, last update is 925 days ago.


What’s new in version 0.2.1?

                ## 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.            

How to install ImgConverter?

You could download the latest version crx file or older version files and install it.


Preview of ImgConverter


Technical Features:

  • Latest Version: 0.2.1
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Monday, October 25th, 2021
  • Author: funzin

ImgConverter Available languages:

English.


FAQ


Reviews of imgconverter:


Yuzuru Ozawa April 24th, 2021
Yuzuru Ozawa

I really wanted this feature on GitHub. Great work.

Read more review & comments of imgconverter