Doplňky do prohlížeče Firefox
  • Rozšíření
  • Motivy vzhledu
    • pro Firefox
    • Slovníky a jazykové balíčky
    • Ostatní stránky prohlížeče
    • Doplňky pro Android
Přihlásit se
Náhled ImgConverter

ImgConverter od funzin

ImgConverter converts from image of markdown notation to to img tag

0 (0 reviews)0 (0 reviews)
1 User1 User
Pro používání tohoto rozšíření potřebujete Firefox
Stáhnout Firefox a nainstalovat toto rozšíření
Stáhnout soubor

Metadata rozšíření

Snímky obrazovky
O tomto rozšíření
## 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
Ohodnoceno 0 1 redaktorem
Pro hodnocení tohoto rozšíření se přihlaste
Zatím nehodnoceno

Hodnocení bylo uloženo

5
0
4
0
3
0
2
0
1
0
Zatím žádné recenze
Další informace
Verze
0.2.0
Velikost
44,36 MB
Poslední aktualizace
před 5 lety (1. srp 2020)
Příbuzné kategorie
  • Vývoj webu
Licence
Mozilla Public License 2.0
Historie změn
  • Zobrazit všechny verze
Přidat do sbírky
Nahlásit tento doplněk
Další doplňky od autora funzin
  • Zatím nehodnoceno

  • Zatím nehodnoceno

  • Zatím nehodnoceno

  • Zatím nehodnoceno

  • Zatím nehodnoceno

  • Zatím nehodnoceno

Přejít na domovskou stránku Mozilly

Počet doplňků

  • O nás
  • Blog doplňků pro Firefox
  • Workshop tvorby rozšíření
  • Pro vývojáře
  • Pravidla pro vývojáře
  • Blog komunity
  • Fórum
  • Nahlásit chybu
  • Příručka recenzenta

Prohlížeče

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Ochrana soukromí
  • Cookies
  • Právní informace

Není-li uvedeno jinak, obsah této stránky je šířen pod licencí Creative Commons Uveďte původ-Zachovejte licenci 3.0 nebo jakoukoli novější verzí.