Skip to content

Chrome Extension for Quick Image Uploads Instantly insert images into file inputs via URL or clipboard (Ctrl+V). Auto-detects file fields Supports multiple inputs Lightweight, vanilla JS Ideal for devs, CMS use, and form automation.

License

Notifications You must be signed in to change notification settings

darlysson-andrade/image-upload-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Upload Helper

Image Upload Helper is a lightweight Chrome extension designed to simplify the process of uploading images on any webpage. It automatically detects image file input fields and provides an intuitive popup interface to insert image URLs or paste images directly from your clipboard.

Screenshot Screenshot

Features

  • Automatic Input Detection:
    Detects all <input type="file"> fields on the current page.
  • Multi-Field Support:
    If multiple image upload fields are found, the popup lets you choose the desired one using a clean, modern list.
  • Easy URL Insertion & Paste Support:
    Fill in image URLs or simply paste an image (Ctrl+V) to automatically convert it to a data URL and upload.
  • User-Friendly Interface:
    A sleek and responsive popup built with floating labels, modern typography (Roboto font), and smooth transitions.
  • Customizable Styling:
    All visual aspects are managed via CSS, making it easy to adjust the design to your taste.

Usage

  1. Open any webpage that contains image upload fields.
  2. Click the Image Upload Helper extension icon.
  3. If only one upload field is found:
    The popup will directly show a field where you can insert the image URL or paste an image (Ctrl+V).
  4. If multiple upload fields are found:
    A list of inputs will appear. Hover over an item to highlight the corresponding field on the page and click to select it. The popup then transitions to the URL entry screen.
  5. Enter the image URL (or paste an image using Ctrl+V) and click SEND. The selected input will be filled with the image, and the field clears for subsequent uploads.

Enjoy using Image Upload Helper!

About

Chrome Extension for Quick Image Uploads Instantly insert images into file inputs via URL or clipboard (Ctrl+V). Auto-detects file fields Supports multiple inputs Lightweight, vanilla JS Ideal for devs, CMS use, and form automation.

Topics

Resources

License

Stars

Watchers

Forks