Releases: namanbarkiya/inputr
Releases · namanbarkiya/inputr
Release list
v0.1.0 — first public release
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
- Download
inputr-0.1.0-chrome.zip(Chrome / Edge / Brave / Arc) orinputr-0.1.0-firefox.zipbelow - Unzip
- Chrome: open
chrome://extensions, turn on Developer mode, click Load unpacked, pick the unzipped folder - Firefox: open
about:debugging#/runtime/this-firefox, click Load Temporary Add-on, pickmanifest.jsoninside the unzipped folder
Tested on Chrome 130+. Built with WXT on Manifest V3.