Skip to content

Releases: namanbarkiya/inputr

v0.1.0 — first public release

Choose a tag to compare

@github-actions github-actions released this 09 May 19:50

First public release of Inputr — fix any image upload box on the web.

Three modes

  • Crop — drop an image, frame to detected target, auto-compress to size budget, auto-convert format
  • Create — background + logo + one-line text, drag to position on the preview, export at exact target dimensions
  • Draw — quick whiteboard with pen, rect, ellipse, arrow, text. Multi-select via shift-click or marquee drag, group move and group delete, undo, clear

Three output paths

  • Download to disk with smart filenames like linkedin-banner-1584x396.png
  • Copy to clipboard for paste into upload boxes
  • Try insert — set the page's file input directly via DataTransfer, with a clipboard fallback toast

Detection

Auto-detects upload constraints on LinkedIn, X / Twitter, GitHub, Notion, YouTube. Falls back to a preset picker (10 common dimensions) and a manual override for everything else.

Privacy

Local-first. No analytics, no telemetry, no accounts, no third-party network calls.

Install

  1. Download inputr-0.1.0-chrome.zip (Chrome / Edge / Brave / Arc) or inputr-0.1.0-firefox.zip below
  2. Unzip
  3. Chrome: open chrome://extensions, turn on Developer mode, click Load unpacked, pick the unzipped folder
  4. Firefox: open about:debugging#/runtime/this-firefox, click Load Temporary Add-on, pick manifest.json inside the unzipped folder

Tested on Chrome 130+. Built with WXT on Manifest V3.