Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
ImgConverter 预览

ImgConverter 作者: funzin

ImgConverter converts from image of markdown notation to to img tag

0 (0 reviews)0 (0 reviews)
1 个用户1 个用户
您需要 Firefox 来使用此扩展
下载 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
评分 0(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

5
0
4
0
3
0
2
0
1
0
尚无评价
更多信息
版本
0.2.0
大小
44.36 MB
上次更新
5 年前 (2020年8月1日)
相关分类
  • 网页开发
许可证
Mozilla 公共许可证 2.0
版本历史
  • 查看所有版本
添加到收藏集
举报此附加组件
funzin 制作的更多扩展
  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。