github-upload-image-as-inline icon

github-upload-image-as-inline

Extension Actions

How to install Open in Chrome Web Store
CRX ID
bnfieidkampjmdijlcgmpkejjlfccjlb
Status
  • Extension status: Featured
  • Live on Store
Description from extension meta

upload image as inline base64 img tag on Github comment

Image from store
github-upload-image-as-inline
Description from store

# Github Upload Image as Inline
uploading image as inline base64 img tag on Github comment

# Why you use this extension

Mainly for security reason.
Whether your Github repository is private or not, image URL uploaded on Github Issue/PR/Comment is public.
so if you don't wanna let your file public, this is one of the solutions.

# Limitation

- Max image size is 100kb (for github max text length 65535)
- This extension is also needed for showing inline base64 image (Github has not supported previewing base64 image yet officially)