## Overview
ImgConverter is chrome extension that converts form image of markdown notation to img tag(`
`) 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 `
`!!**
## Options
You can set default values for width and height of `
` 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%`
```
#### Input only width
Input `width=200px`.
```
// before
![title](https://user-images.githubusercontent.com/test.png)
// after
// Default value is `width=200px`
```
#### Input only height
Input `height=200px`
```
// before
![title](https://user-images.githubusercontent.com/test.png)
// after
// Default value is `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`
```
## 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.