When working on web design, slides, AI training datasets, or social media content, we often need to resize images to specific dimensions — without cropping or distorting them.
So I built a lightweight browser extension that:
✅ Upload local images (JPG/PNG/WebP etc.)
✅ Set custom width and height
✅ Auto center the image with transparent padding
✅ Download as PNG with one click
✅ Fully supports dark/light system themes
✅ 100% offline – no network required
Profile picture adjustment (e.g., 512×512)
Social media posts with exact image size
Preparing dataset for machine learning
Resize design materials for print/export
👉 Install from Chrome Web Store
Clone the repo:
bash
复制编辑
git clone https://github.com/yang-shuohao/resize-image.git
Open chrome://extensions/ in Chrome
Enable Developer Mode
Click Load Unpacked and select the folder
📦 https://github.com/yang-shuohao/resize-image.git
All processing happens locally in your browser. No images are uploaded — ever.
If this tool is helpful, consider giving it a ⭐️ or sharing with friends!