ImgConverter 作者: funzin
ImgConverter converts from image of markdown notation to to img tag
您需要 Firefox 来使用此扩展
扩展元数据
屏幕截图
关于此扩展
## Overview
ImgConverter is browser 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.
### 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
ImgConverter is browser 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.
### 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
为您的体验打分
更多信息
- 版本
- 0.2.0
- 大小
- 44.36 MB
- 上次更新
- 4 年前 (2020年8月1日)
- 相关分类
- 许可证
- Mozilla 公共许可证 2.0
- 版本历史
添加到收藏集
funzin 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分