ImgConverter Chrome 插件, crx 扩展下载
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

// after
// Default value is `width=50%`
<img src=https://user-images.githubusercontent.com/test.png width=50%>
```
#### Input only width
Input `width=200px`.
```
// before

// after
// Default value is `width=200px`
<img src=https://user-images.githubusercontent.com/test.png width=200px>
```
#### Input only height
Input `height=200px`
```
// before

// 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

// 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.
| 分类 | ♿无障碍访问 |
| 插件标识 | pkgimcoeodgcdfnidhgijpopkfhbcomm |
| 平台 | Chrome |
| 评分 |
☆☆☆☆☆
|
| 评分人数 | |
| 插件主页 | https://chromewebstore.google.com/detail/imgconverter/pkgimcoeodgcdfnidhgijpopkfhbcomm |
| 版本号 | 2.19.1 |
| 大小 | 19.93MiB |
| 官网下载次数 | 497 |
| 下载地址 | |
| 更新时间 | 2021-10-26 00:00:00 |
CRX扩展文件安装方法
第1步: 打开Chrome浏览器的扩展程序
第2步:
在地址栏输入: chrome://extensions/
第3步: 开启右上角的【开发者模式】
第4步: 重启Chrome浏览器 (重要操作)
第5步: 重新打开扩展程序管理界面
第6步: 将下载的crx文件直接拖入页面完成安装
注意:请确保使用最新版本的Chrome浏览器