All Projects → funzin → ImgConverter

funzin / ImgConverter

Licence: MIT license
🏷 ImgConverter is chrome extension that converts form image of markdown notation to img tag(<img>) when you upload images

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to ImgConverter

popup-for-keep
📝 Load Google Keep in a popup from the current tab in Google Chrome
Stars: ✭ 48 (+166.67%)
Mutual labels:  chrome-extensions
node-inline-assets
Node API, CLI and Grunt Task for inlining external assets of HTML/CSS files
Stars: ✭ 18 (+0%)
Mutual labels:  img
bookr-mod-vita
A book reader for the Vita and Switch. Still a work in progress.
Stars: ✭ 51 (+183.33%)
Mutual labels:  img
google-photos-plus
A chrome extension that allows you to download photos from Google Photos in better quality than the default download option.
Stars: ✭ 61 (+238.89%)
Mutual labels:  chrome-extensions
img2Ascii
基于JS的图片转ASCII码示意图
Stars: ✭ 18 (+0%)
Mutual labels:  img
ali-img
阿里云图像处理工具包
Stars: ✭ 16 (-11.11%)
Mutual labels:  img
Btools
Btools
Stars: ✭ 94 (+422.22%)
Mutual labels:  chrome-extensions
New-jiosaavn-downloader-chrome-extension
This Extension lets you download songs right from your browser, Download 320kbps High Quality songs without Saavn pro!
Stars: ✭ 30 (+66.67%)
Mutual labels:  chrome-extensions
v-img
📸Use webp and lazyload images
Stars: ✭ 48 (+166.67%)
Mutual labels:  img
img2ffu
Converts raw image (img) files into full flash update (FFU) files
Stars: ✭ 27 (+50%)
Mutual labels:  img
chrome-webstore-manager
https://www.npmjs.com/package/chrome-webstore-manager
Stars: ✭ 32 (+77.78%)
Mutual labels:  chrome-extensions
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+115877.78%)
Mutual labels:  chrome-extensions
jekyll-loading-lazy
🧙🏽‍♀️ Automatically adds loading="lazy" to <img> and <iframe> tags. Load images on your sites lazily without JavaScript.
Stars: ✭ 41 (+127.78%)
Mutual labels:  img
quickreview-for-github
Reviewing 50+ Pull Requests a day is no fun. Automate it with keyboard shortcuts.
Stars: ✭ 28 (+55.56%)
Mutual labels:  chrome-extensions
V Viewer
Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js
Stars: ✭ 1,776 (+9766.67%)
Mutual labels:  img
briskine
Write faster with templates and keyboard shortcuts.
Stars: ✭ 88 (+388.89%)
Mutual labels:  chrome-extensions
imgZip
js压缩图片,转blod流.上传
Stars: ✭ 25 (+38.89%)
Mutual labels:  img
django-query-profiler-chrome-plugin
Chrome Plugin for django query profiler
Stars: ✭ 25 (+38.89%)
Mutual labels:  chrome-extensions
man-in-the-middle
Modify requests, inject JavaScript and CSS into pages
Stars: ✭ 74 (+311.11%)
Mutual labels:  chrome-extensions
vue-img-view
a plugin for Vue.js, you can drag / view / rotate pictures anywhere
Stars: ✭ 32 (+77.78%)
Mutual labels:  img

ImgConverter

imgconverter

Language

Overview

ImgConverter is browser extension that converts form image of markdown notation to img tag(<img>) when you upload images

Browser Extension

Support image format

  • PNG (.png)
  • JPEG (.jpg)
  • GIF (.gif)

Environment

  • Javascript
  • node(v12.1.0)
  • npm(v6.9.0)
  • karma(jasmine)

Confirmed services

  • Github
  • esa
  • Docbase

etc.

DEMO

demo

Usage

It's simple.👨‍💻

  1. Upload images to issue or pull request or comment on Github
  2. Select markdown image text(Optional)
  3. Tap ImgConverter icon
  4. Converted <img>!!

GIF

Not select text

Text is changed.

Select text

**Selected text** is only changed.

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
![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💁‍♂️

Author

funzin, [email protected]

License

ImgConverter is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].